LeaveCallArguments constructor
- required ChatId chatId,
- required ChatCallDeviceId deviceId,
Implementation
LeaveCallArguments({
required this.chatId,
required this.deviceId,
});
LeaveCallArguments({
required this.chatId,
required this.deviceId,
});