telegramsjs
    Preparing search index...

    Interface BotCommandScopeAllPrivateChats

    Represents the scope of bot commands, covering all private chats.

    interface BotCommandScopeAllPrivateChats {
        type: "all_private_chats";
    }
    Index

    Properties

    Properties

    type: "all_private_chats"

    The scope type, must be "all_private_chats".