-
Notifications
You must be signed in to change notification settings - Fork 11
save application log event
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / saveApplicationLogEvent
suspend fun
TelegramFlow
.saveApplicationLogEvent(type:
String
?, chatId:
Long
, data:
JsonValue
?):
Unit
Suspend function, which saves application log event on the server. Can be called before authorization.
type
- Event type.
chatId
- Optional chat identifier, associated with the event.
data
- The log event data.