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

A block with an anchor, corresponding to the HTML tag <a> with the attribute name.

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

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

# `t`

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

# `decode_as`

---

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