Interface MenuButtonCommands

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

interface MenuButtonCommands {
    type: "commands";
}

Properties

Properties

type: "commands"

Type of the button, must be commands