previousResultSize property
- @JsonKey(name: 'prev_limit')
read / write
The number of previous messages added either before the timestamp or the message that has a specific message ID.
Implementation
@JsonKey(name: 'prev_limit')
int previousResultSize = BaseQuery.defaultQueryLimit;