Function send_call_log

Source
pub async fn send_call_log(
    call_id: i32,
    log_file: InputFile,
    client_id: i32,
) -> Result<(), Error>
Expand description

Sends log file for a call to Telegram servers

ยงArguments

  • call_id - Call identifier
  • log_file - Call log file. Only inputFileLocal and inputFileGenerated are supported
  • client_id - The client id to send the request to