InputRichBlockBlockQuotation¶
- class aiogram.types.input_rich_block_block_quotation.InputRichBlockBlockQuotation(*, type: Literal[InputRichBlockType.BLOCKQUOTE] = InputRichBlockType.BLOCKQUOTE, blocks: list[Annotated[InputRichBlockParagraph | InputRichBlockSectionHeading | InputRichBlockPreformatted | InputRichBlockFooter | InputRichBlockDivider | InputRichBlockMathematicalExpression | InputRichBlockAnchor | InputRichBlockList | InputRichBlockBlockQuotation | InputRichBlockPullQuotation | InputRichBlockCollage | InputRichBlockSlideshow | InputRichBlockTable | InputRichBlockDetails | InputRichBlockMap | InputRichBlockAnimation | InputRichBlockAudio | InputRichBlockPhoto | InputRichBlockVideo | InputRichBlockVoiceNote | InputRichBlockThinking, FieldInfo(annotation=NoneType, required=True, discriminator='type')]], credit: RichTextUnion | None = None, **extra_data: Any)[source]¶
A block quotation, corresponding to the HTML tag
<blockquote>.Source: https://core.telegram.org/bots/api#inputrichblockblockquotation
- type: Literal[InputRichBlockType.BLOCKQUOTE]¶
Type of the block, always ‘blockquote’
- blocks: list[InputRichBlockUnion]¶
Content of the block
- credit: RichTextUnion | None¶
Optional. Credit of the block