MenuButtonCommands#
- class aiogram.types.menu_button_commands.MenuButtonCommands(*, type: str = MenuButtonType.COMMANDS, text: Optional[str] = None, web_app: Optional[WebAppInfo] = None, **extra_data: Any)[source]#
Represents a menu button, which opens the bot’s list of commands.
Source: https://core.telegram.org/bots/api#menubuttoncommands
- type: str#
Type of the button, must be commands