previousResultSize property

  1. @JsonKey(name: 'prev_limit')
int previousResultSize
getter/setter pair

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;