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