CallKtx.sendDebugInformation - libtd-ktx

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


libtd-ktx / kotlinx.telegram.extensions / CallKtx / sendDebugInformation

sendDebugInformation

open suspend fun Call.sendDebugInformation(debugInformation: String?): Unit

Suspend function, which sends debug information for a call.

Parameters

debugInformation - Debug information in application-specific format.