Interface SetBotUpdatesStatus

Informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only. Request type for Tdjson#setBotUpdatesStatus.

interface SetBotUpdatesStatus {
    @type: "setBotUpdatesStatus";
    error_message: string;
    pending_update_count: number;
}

Properties

@type: "setBotUpdatesStatus"
error_message: string

The last error message.

pending_update_count: number

The number of pending updates.