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