Interface UpdateNewCustomEvent

A new incoming event; for bots only. Subtype of Update.

interface UpdateNewCustomEvent {
    @type: "updateNewCustomEvent";
    event: string;
}

Properties

Properties

@type: "updateNewCustomEvent"
event: string

A JSON-serialized event.