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 identifierlog_file- Call log file. Only inputFileLocal and inputFileGenerated are supportedclient_id- The client id to send the request to