Interface SaveAppLogEvent

Saves application log event on the server. Can be called before authorization. Request type for Tdjson#saveApplicationLogEvent.

interface SaveAppLogEvent {
    @type: "saveApplicationLogEvent";
    chat_id: number;
    data: JsonValue;
    type: string;
}

Properties

Properties

@type: "saveApplicationLogEvent"
chat_id: number

Optional chat identifier, associated with the event.

data: JsonValue

The log event data.

type: string

Event type.