Interface GetMenuButton

Returns menu button set by the bot for the given user; for bots only. Request type for Tdjson#getMenuButton.

interface GetMenuButton {
    @type: "getMenuButton";
    user_id: number;
}

Properties

Properties

@type: "getMenuButton"
user_id: number

Identifier of the user or 0 to get the default menu button.