SendCallLog constructor

const SendCallLog({
  1. required int callId,
  2. required InputFile logFile,
})

Sends log file for a call to Telegram servers

Implementation

const SendCallLog({
  required this.callId,
  required this.logFile,
});