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

A list of blocks, corresponding to the HTML tag <ul> or <ol> with multiple nested tags <li>.

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

- `type`: Type of the block, always "list”
- `items`: Items of the list

# `t`

```elixir
@type t() :: %ExGram.Model.RichBlockList{
  items: [ExGram.Model.RichBlockListItem.t()],
  type: String.t()
}
```

# `decode_as`

---

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