RichBlockParagraph¶
- class aiogram.types.rich_block_paragraph.RichBlockParagraph(*, type: Literal[RichBlockType.PARAGRAPH] = RichBlockType.PARAGRAPH, text: RichTextUnion, **extra_data: Any)[source]¶
A text paragraph, corresponding to the HTML tag
<p>.Source: https://core.telegram.org/bots/api#richblockparagraph
- type: Literal[RichBlockType.PARAGRAPH]¶
Type of the block, always ‘paragraph’
- text: RichTextUnion¶
Text of the block