Interface BotCommandScopeAllGroupChats

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

interface BotCommandScopeAllGroupChats {
    type: "all_group_chats";
}

Properties

Properties

type: "all_group_chats"

The scope type, must be "all_group_chats".