BotCommandScopeAllGroupChats#

class aiogram.types.bot_command_scope_all_group_chats.BotCommandScopeAllGroupChats(*, type: ~typing.Literal[<BotCommandScopeType.ALL_GROUP_CHATS: 'all_group_chats'>] = BotCommandScopeType.ALL_GROUP_CHATS, **extra_data: ~typing.Any)[source]#

Represents the scope of bot commands, covering all group and supergroup chats.

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

type: Literal[BotCommandScopeType.ALL_GROUP_CHATS]#

Scope type, must be all_group_chats