RecentChatsArguments constructor
- int? first,
- RecentChatsCursor? after,
- int? last,
- RecentChatsCursor? before,
- bool? noFavorite,
- bool? withOngoingCalls,
Implementation
RecentChatsArguments({
this.first,
this.after,
this.last,
this.before,
this.noFavorite,
this.withOngoingCalls,
});