FavoriteContactsArguments constructor

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

Implementation

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