pub async fn send_call_debug_information(
call_id: i32,
debug_information: String,
client_id: i32,
) -> Result<(), Error>Expand description
Sends debug information for a call to Telegram servers
ยงArguments
call_id- Call identifierdebug_information- Debug information in application-specific formatclient_id- The client id to send the request to