Interface SendCallLog

Sends log file for a call to Telegram servers. Request type for Tdjson#sendCallLog.

interface SendCallLog {
    @type: "sendCallLog";
    call_id: number;
    log_file: InputFile;
}

Properties

@type: "sendCallLog"
call_id: number

Call identifier.

log_file: InputFile

Call log file. Only inputFileLocal and inputFileGenerated are supported.