Interface UpdateChatBusinessBotManageBar

The bar for managing business bot was changed in a chat. Subtype of Update.

interface UpdateChatBusinessBotManageBar {
    @type: "updateChatBusinessBotManageBar";
    business_bot_manage_bar: BusinessBotManageBar;
    chat_id: number;
}

Properties

@type: "updateChatBusinessBotManageBar"
business_bot_manage_bar: BusinessBotManageBar

The new value of the business bot manage bar; may be null.

chat_id: number

Chat identifier.