InputRichBlockExpandableBlockQuotation

class aiogram.types.input_rich_block_expandable_block_quotation.InputRichBlockExpandableBlockQuotation(*, type: Literal[InputRichBlockType.EXPANDABLE_BLOCKQUOTE] = InputRichBlockType.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#inputrichblockexpandableblockquotation

type: Literal[InputRichBlockType.EXPANDABLE_BLOCKQUOTE]

Type of the block, always ‘expandable_blockquote’

text: RichTextUnion

Content of the block

credit: RichTextUnion | None

Optional. Credit of the block