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

An anchor.

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

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

# `t`

```elixir
@type t() :: %ExGram.Model.RichTextAnchor{name: String.t(), type: String.t()}
```

# `decode_as`

---

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