# `ExGram.Model.RichTextCashtag`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.67.0/lib/ex_gram.ex#L7035)

A cashtag.

Check the [documentation of this model on Telegram Bot API](https://core.telegram.org/bots/api#richtextcashtag)

- `type`: Type of the rich text, always "cashtag”
- `text`: The text
- `cashtag`: The cashtag

# `t`

```elixir
@type t() :: %ExGram.Model.RichTextCashtag{
  cashtag: String.t(),
  text: ExGram.Model.RichText.t(),
  type: String.t()
}
```

# `decode_as`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
