BotCommandScopeChatAdministrators#

class aiogram.types.bot_command_scope_chat_administrators.BotCommandScopeChatAdministrators(*, type: str = BotCommandScopeType.CHAT_ADMINISTRATORS, chat_id: Union[int, str], **extra_data: Any)[source]#

Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat.

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

type: str#

Scope type, must be chat_administrators

chat_id: Union[int, str]#

Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)