/** * ## MenuButtonCommands * epresents a menu button, which opens the bot's list of commands. * @see https://core.telegram.org/bots/api#menubuttoncommands */ export type MenuButtonCommands = { /** * Type of the button, must be commands */ type: 'commands'; };