Interface BotCommandScopeDefault

Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.

interface BotCommandScopeDefault {
    type: "default";
}

Properties

Properties

type: "default"

The scope type, must be "default".