menu
messenger
api/backend/schema.graphql.dart
JoinCallArguments
JoinCallArguments constructor
JoinCallArguments
dark_mode
light_mode
JoinCallArguments
constructor
JoinCallArguments
(
{
required
ChatId
chatId
,
required
ChatCallCredentials
creds
,
})
Implementation
JoinCallArguments({ required this.chatId, required this.creds, });
messenger
schema.graphql
JoinCallArguments
JoinCallArguments constructor
JoinCallArguments class