BotCommandScopeDefault¶
- class aiogram.types.bot_command_scope_default.BotCommandScopeDefault(*, type: Literal[BotCommandScopeType.DEFAULT] = BotCommandScopeType.DEFAULT, **extra_data: Any)[source]¶
Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.
Source: https://core.telegram.org/bots/api#botcommandscopedefault
- type: Literal[BotCommandScopeType.DEFAULT]¶
Scope type, must be default