ChatKtx.saveApplicationLogEvent - libtd-ktx

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


libtd-ktx / kotlinx.telegram.extensions / ChatKtx / saveApplicationLogEvent

saveApplicationLogEvent

open suspend fun Chat.saveApplicationLogEvent(type: String?, data: JsonValue?): Unit

Suspend function, which saves application log event on the server. Can be called before authorization.

Parameters

type - Event type.

data - The log event data.