nextResultSize property

  1. @JsonKey(name: 'next_limit')
int nextResultSize
getter/setter pair

The number of messages to retrieve that were sent after the specified timestamp or message ID.

Implementation

@JsonKey(name: 'next_limit')
int nextResultSize = 0;