BotCommandScopeDefault
Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Scope type, must be default |
import
import type { BotCommandScopeDefault } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#botcommandscopedefault