endCursor property

Cursor? endCursor
getter/setter pair

The exclusive end of the range.

The range is empty if end_cursor <= start_cursor. Specifying a start_cursor before the first message and an end_cursor after the last message will retrieve all messages.

Implementation

Cursor? endCursor;