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

Caption of a rich formatted block.

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

- `text`: Block caption
- `credit (optional)`: Optional. Block credit which corresponds to the HTML tag <cite>

# `t`

```elixir
@type t() :: %ExGram.Model.RichBlockCaption{
  credit: ExGram.Model.RichText.t() | nil,
  text: ExGram.Model.RichText.t()
}
```

# `decode_as`

---

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