Interface SetMenuButton

Sets menu button for the given user or for all users; for bots only. Request type for Tdjson#setMenuButton.

interface SetMenuButton {
    @type: "setMenuButton";
    menu_button: BotMenuButton;
    user_id: number;
}

Properties

@type: "setMenuButton"
menu_button: BotMenuButton

New menu button.

user_id: number

Identifier of the user or 0 to set menu button for all users.