RichTextBotCommand
A bot command.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the rich text, always “bot_command” |
text | RichText | required | The text |
bot_command | string | required | The bot command |
import
import type { RichTextBotCommand } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richtextbotcommand