View Source ExTDLib.Method.SaveApplicationLogEvent (ExTDLib v0.0.4)
Saves application log event on the server. Can be called before authorization. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| type | string | Event type. |
| chat_id | string | Optional chat identifier, associated with the event. |
| data | JsonValue | The log event data. |
More details on telegram's documentation.