# `ExGram.Model.InputRichBlockDivider`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.69.0/lib/ex_gram.ex#L7629)

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

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

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

# `t`

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

# `decode_as`

---

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