Optional
cursorOptional
pageThe direction in which pages are retrieved:
Note: This does not affect the ordering of messages with the page (the oldest message is always first).
{ @link PageDirection.BACKWARD }
Optional
pageThe number of message per page.
{ @link DefaultPageSize }
Optional
timeRetrieve messages with a timestamp within the provided values.
Generated using TypeDoc
Cursor as an index to start a query from. The cursor index will be exclusive (i.e. the message at the cursor index will not be included in the result). If undefined, the query will start from the beginning or end of the history, depending on the page direction.