libtd-ktx / kotlinx.telegram.coroutines / sendCallDebugInformation
sendCallDebugInformation
suspend fun
TelegramFlow
.sendCallDebugInformation(callId:
Int
, debugInformation:
String
?):
Unit
Suspend function, which sends debug information for a call.
Parameters
callId
- Call identifier.
debugInformation
- Debug information in application-specific format.