paginationParams property

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

Pagination parameters limit: the number of messages to return (max is 30) offset: the offset (max is 1000)

Implementation

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