BotCommandScopeAllChatAdministrators#

class aiogram.types.bot_command_scope_all_chat_administrators.BotCommandScopeAllChatAdministrators(*, type: ~typing.Literal[<BotCommandScopeType.ALL_CHAT_ADMINISTRATORS: 'all_chat_administrators'>] = BotCommandScopeType.ALL_CHAT_ADMINISTRATORS, **extra_data: ~typing.Any)[source]#

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

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

type: Literal[BotCommandScopeType.ALL_CHAT_ADMINISTRATORS]#

Scope type, must be all_chat_administrators