A bot command.
Check the documentation of this model on Telegram Bot API
type: Type of the rich text, always "bot_command”text: The textbot_command: The bot command
Summary
Types
@type t() :: %ExGram.Model.RichTextBotCommand{ bot_command: String.t(), text: ExGram.Model.RichText.t(), type: String.t() }