Interface BotCommandScopeAllPrivateChats

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

interface BotCommandScopeAllPrivateChats {
    type: "all_private_chats";
}

Properties

Properties

type: "all_private_chats"

Scope type, must be all_private_chats