InputRichBlockFooter¶
- class aiogram.types.input_rich_block_footer.InputRichBlockFooter(*, type: Literal[InputRichBlockType.FOOTER] = InputRichBlockType.FOOTER, text: RichTextUnion, **extra_data: Any)[source]¶
A footer, corresponding to the HTML tag
<footer>.Source: https://core.telegram.org/bots/api#inputrichblockfooter
- type: Literal[InputRichBlockType.FOOTER]¶
Type of the block, always ‘footer’
- text: RichTextUnion¶
Text of the block