Interface BotCommandScopeAllGroupChats

A scope covering all group and supergroup chats. Subtype of BotCommandScope.

interface BotCommandScopeAllGroupChats {
    @type: "botCommandScopeAllGroupChats";
}

Properties

Properties

@type: "botCommandScopeAllGroupChats"