GramIO API Reference / gramio/dist / GetMyCommandsParams
Interface: GetMyCommandsParams
Defined in: @gramio/types/out/params.d.ts:2535
Params object for getMyCommands method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
language_code? | string | A two-letter ISO 639-1 language code or an empty string | @gramio/types/out/params.d.ts:2543 |
scope? | TelegramBotCommandScope | A JSON-serialized object, describing scope of users. Defaults to BotCommandScopeDefault. | @gramio/types/out/params.d.ts:2539 |