menu
messenger
api/backend/schema.graphql.dart
RecentChatsTopEventsArguments
RecentChatsTopEventsArguments constructor
RecentChatsTopEventsArguments
dark_mode
light_mode
RecentChatsTopEventsArguments
constructor
RecentChatsTopEventsArguments
(
{
required
int
count
,
bool
?
noFavorite
,
bool
?
withOngoingCalls
,
})
Implementation
RecentChatsTopEventsArguments({ required this.count, this.noFavorite, this.withOngoingCalls, });
messenger
schema.graphql
RecentChatsTopEventsArguments
RecentChatsTopEventsArguments constructor
RecentChatsTopEventsArguments class