Interface RemoveChatActionBar

Removes a chat action bar without any other action. Request type for Tdjson#removeChatActionBar.

interface RemoveChatActionBar {
    @type: "removeChatActionBar";
    chat_id: number;
}

Properties

Properties

@type: "removeChatActionBar"
chat_id: number

Chat identifier.