GramIO API Reference / gramio/dist / TelegramRichTextBotCommand
Interface: TelegramRichTextBotCommand
Defined in: @gramio/types/out/objects.d.ts:7641
A bot command.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
bot_command | string | The bot command | @gramio/types/out/objects.d.ts:7653 |
text | TelegramRichText | The text | @gramio/types/out/objects.d.ts:7649 |
type | "bot_command" | Type of the rich text, always “bot_command” | @gramio/types/out/objects.d.ts:7645 |