RecentChatsPagination constructor

RecentChatsPagination({
  1. int? first,
  2. RecentChatsCursor? after,
  3. int? last,
  4. RecentChatsCursor? before,
})

Implementation

RecentChatsPagination({
  this.first,
  this.after,
  this.last,
  this.before,
});