StartCallArguments constructor

StartCallArguments({
  1. required ChatId chatId,
  2. required ChatCallCredentials creds,
  3. bool? withVideo,
})

Implementation

StartCallArguments({
  required this.chatId,
  required this.creds,
  this.withVideo,
});