pagination property

  1. @Deprecated("'pagination' is deprecated and shouldn't be used. " "This property is no longer used, Please use 'limit' instead")
PaginationParams? pagination
final

Pagination parameters limit: the number of users to return (max is 30) offset: the offset (max is 1000) message_limit: how many messages should be included to each channel

Implementation

@Deprecated(
  "'pagination' is deprecated and shouldn't be used. "
  "This property is no longer used, Please use 'limit' instead",
)
final PaginationParams? pagination;