RichBlockExpandableBlockQuotation¶
- class aiogram.types.rich_block_expandable_block_quotation.RichBlockExpandableBlockQuotation(*, type: Literal[RichBlockType.EXPANDABLE_BLOCKQUOTE] = RichBlockType.EXPANDABLE_BLOCKQUOTE, text: RichTextUnion, credit: RichTextUnion | None = None, **extra_data: Any)[source]¶
A block quotation, corresponding to the HTML tag
<blockquote>with custom attribute"collapsed".Source: https://core.telegram.org/bots/api#richblockexpandableblockquotation
- type: Literal[RichBlockType.EXPANDABLE_BLOCKQUOTE]¶
Type of the block, always ‘expandable_blockquote’
- text: RichTextUnion¶
Content of the block
- credit: RichTextUnion | None¶
Optional. Credit of the block