InputRichBlockParagraph

class aiogram.types.input_rich_block_paragraph.InputRichBlockParagraph(*, type: Literal[InputRichBlockType.PARAGRAPH] = InputRichBlockType.PARAGRAPH, text: RichTextUnion, **extra_data: Any)[source]

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

Source: https://core.telegram.org/bots/api#inputrichblockparagraph

type: Literal[InputRichBlockType.PARAGRAPH]

Type of the block, always ‘paragraph’

text: RichTextUnion

Text of the block