previousResultSize property

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

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

Implementation

@JsonKey(name: 'prev_limit')
int previousResultSize = 10;