GramIO API Reference / gramio/dist / TelegramBotCommandScopeDefault
Interface: TelegramBotCommandScopeDefault
Defined in: @gramio/types/out/objects.d.ts:5142
Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
type | "default" | Scope type, must be default | @gramio/types/out/objects.d.ts:5146 |