FavoriteChatsArguments constructor

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

Implementation

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