Interface BotCommandScopeAllPrivateChats

A scope covering all private chats. Subtype of BotCommandScope.

interface BotCommandScopeAllPrivateChats {
    @type: "botCommandScopeAllPrivateChats";
}

Properties

Properties

@type: "botCommandScopeAllPrivateChats"