Interface BotCommandScopeAllChatAdministrators

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

interface BotCommandScopeAllChatAdministrators {
    type: "all_chat_administrators";
}

Properties

Properties

type: "all_chat_administrators"

The scope type, must be "all_chat_administrators".