InputRichBlockPullQuotation¶
- class aiogram.types.input_rich_block_pull_quotation.InputRichBlockPullQuotation(*, type: Literal[InputRichBlockType.PULLQUOTE] = InputRichBlockType.PULLQUOTE, text: RichTextUnion, credit: RichTextUnion | None = None, **extra_data: Any)[source]¶
A quotation with centered text, loosely corresponding to the HTML tag
<aside>.Source: https://core.telegram.org/bots/api#inputrichblockpullquotation
- type: Literal[InputRichBlockType.PULLQUOTE]¶
Type of the block, always „pullquote“
- text: RichTextUnion¶
Text of the block
- credit: RichTextUnion | None¶
Optional. Credit of the block