SendCallLog constructor

SendCallLog(
  1. {required int call_id,
  2. required InputFile log_file,
  3. int? extra,
  4. int? clientId}
)

Sends log file for a call to Telegram servers

Returns Ok

Implementation

SendCallLog