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

A divider, corresponding to the HTML tag <hr/>.

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

- `type`: Type of the block, always "divider”

# `t`

```elixir
@type t() :: %ExGram.Model.RichBlockDivider{type: String.t()}
```

# `decode_as`

---

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