getLogStream - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / getLogStream

getLogStream

suspend fun TelegramFlow.getLogStream(): LogStream

Suspend function, which returns information about currently used log stream for internal logging of TDLib. This is an offline method. Can be called before authorization. Can be called synchronously.

Return LogStream This class is an abstract base class.