nextResultSize property

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

The number of newer messages added either before the timestamp or the message that has a specific message ID.

Implementation

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