FavoriteContactsArguments constructor
- int? first,
- FavoriteChatContactsCursor? after,
- int? last,
- FavoriteChatContactsCursor? before,
Implementation
FavoriteContactsArguments({
this.first,
this.after,
this.last,
this.before,
});
FavoriteContactsArguments({
this.first,
this.after,
this.last,
this.before,
});