RecentChatsArguments constructor

RecentChatsArguments({
  1. int? first,
  2. RecentChatsCursor? after,
  3. int? last,
  4. RecentChatsCursor? before,
  5. bool? noFavorite,
  6. bool? withOngoingCalls,
})

Implementation

RecentChatsArguments({
  this.first,
  this.after,
  this.last,
  this.before,
  this.noFavorite,
  this.withOngoingCalls,
});