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

A hashtag.

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

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

# `t`

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

# `decode_as`

---

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