GramIO API Reference / gramio/dist / DeleteMyCommandsParams
Interface: DeleteMyCommandsParams
Defined in: @gramio/types/out/params.d.ts:2521
Params object for deleteMyCommands method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
language_code? | string | A two-letter ISO 639-1 language code. If empty, commands will be applied to all users from the given scope, for whose language there are no dedicated commands | @gramio/types/out/params.d.ts:2529 |
scope? | TelegramBotCommandScope | A JSON-serialized object, describing scope of users for which the commands are relevant. Defaults to BotCommandScopeDefault. | @gramio/types/out/params.d.ts:2525 |