Interface UpdateChatActionBar

The chat action bar was changed. Subtype of Update.

interface UpdateChatActionBar {
    @type: "updateChatActionBar";
    action_bar: ChatActionBar;
    chat_id: number;
}

Properties

@type: "updateChatActionBar"
action_bar: ChatActionBar

The new value of the action bar; may be null.

chat_id: number

Chat identifier.