telegramsjs
    Preparing search index...

    Interface MenuButtonCommands

    Represents a menu button that opens the bot's list of commands.

    interface MenuButtonCommands {
        type: "commands";
    }
    Index

    Properties

    Properties

    type: "commands"

    The type of the button, must be "commands".