Interface BotCommandScopeAllPrivateChats

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

interface BotCommandScopeAllPrivateChats {
    type: "all_private_chats";
}

Properties

Properties

type: "all_private_chats"

The scope type, must be "all_private_chats".