BotCommandScopeAllPrivateChats#

class aiogram.types.bot_command_scope_all_private_chats.BotCommandScopeAllPrivateChats(*, type: ~typing.Literal[<BotCommandScopeType.ALL_PRIVATE_CHATS: 'all_private_chats'>] = BotCommandScopeType.ALL_PRIVATE_CHATS, **extra_data: ~typing.Any)[source]#

Represents the scope of bot commands, covering all private chats.

Source: https://core.telegram.org/bots/api#botcommandscopeallprivatechats

type: Literal[BotCommandScopeType.ALL_PRIVATE_CHATS]#

Scope type, must be all_private_chats