LeaveCallArguments constructor

LeaveCallArguments({
  1. required ChatId chatId,
  2. required ChatCallDeviceId deviceId,
})

Implementation

LeaveCallArguments({
  required this.chatId,
  required this.deviceId,
});