Interface UpdateNewCustomQuery

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

interface UpdateNewCustomQuery {
    @type: "updateNewCustomQuery";
    data: string;
    id: string;
    timeout: number;
}

Properties

Properties

@type: "updateNewCustomQuery"
data: string

JSON-serialized query data.

id: string

The query identifier.

timeout: number

Query timeout.