Interface SendCallDebugInformation

Sends debug information for a call to Telegram servers. Request type for Tdjson#sendCallDebugInformation.

interface SendCallDebugInformation {
    @type: "sendCallDebugInformation";
    call_id: number;
    debug_information: string;
}

Properties

@type: "sendCallDebugInformation"
call_id: number

Call identifier.

debug_information: string

Debug information in application-specific format.