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

A text paragraph, corresponding to the HTML tag <p>.

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

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

# `t`

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

# `decode_as`

---

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