A text paragraph, corresponding to the HTML tag <p>.
Check the documentation of this model on Telegram Bot API
type: Type of the block, always "paragraph”text: Text of the block
Summary
Types
@type t() :: %ExGram.Model.RichBlockParagraph{ text: ExGram.Model.RichText.t(), type: String.t() }