previousResultSize property
The number of messages to retrieve that were sent before the specified timestamp or message ID.
Implementation
@JsonKey(name: 'prev_limit')
int previousResultSize = 10;
The number of messages to retrieve that were sent before the specified timestamp or message ID.
@JsonKey(name: 'prev_limit')
int previousResultSize = 10;