BotCommandScopeDefault#

class aiogram.types.bot_command_scope_default.BotCommandScopeDefault(*, type: ~typing.Literal[<BotCommandScopeType.DEFAULT: 'default'>] = BotCommandScopeType.DEFAULT, **extra_data: ~typing.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