ultra-telegram-framework
    Preparing search index...

    Interface SetChatMenuButtonParams

    interface SetChatMenuButtonParams {
        chat_id?: number;
        menu_button?: MenuButton;
    }
    Index

    Properties

    chat_id?: number

    Unique identifier for the target private chat. If not specified, default bot's menu button will be changed

    menu_button?: MenuButton

    A JSON-serialized object for the bot's new menu button. Defaults to MenuButtonDefault