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

A footer, corresponding to the HTML tag <footer>.

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

- `type`: Type of the block, always "footer”
- `text`: Text of the block

# `t`

```elixir
@type t() :: %ExGram.Model.RichBlockFooter{
  text: ExGram.Model.RichText.t(),
  type: String.t()
}
```

# `decode_as`

---

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