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.