telegramsjs
    Preparing search index...

    Interface BotCommandScopeAllChatAdministrators

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

    interface BotCommandScopeAllChatAdministrators {
        type: "all_chat_administrators";
    }
    Index

    Properties

    Properties

    type: "all_chat_administrators"

    The scope type, must be "all_chat_administrators".