StartCallArguments constructor
- required ChatId chatId,
- required ChatCallCredentials creds,
- bool? withVideo,
Implementation
StartCallArguments({
required this.chatId,
required this.creds,
this.withVideo,
});
StartCallArguments({
required this.chatId,
required this.creds,
this.withVideo,
});