sendCallDebugInformation - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


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.