Interface UpdateChatBoost

A chat boost has changed; for bots only. Subtype of Update.

interface UpdateChatBoost {
    @type: "updateChatBoost";
    boost: ChatBoost;
    chat_id: number;
}

Properties

Properties

@type: "updateChatBoost"
boost: ChatBoost

New information about the boost.

chat_id: number

Chat identifier.