Interface MenuButtonCommands

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

interface MenuButtonCommands {
    type: "commands";
}

Properties

Properties

type: "commands"

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