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