Interface BotCommandScopeDefault

Represents the scope to which bot commands are relevant. Subtype of BotCommandScope.

interface BotCommandScopeDefault {
    @type: "botCommandScopeDefault";
}

Properties

Properties

@type: "botCommandScopeDefault"