RichBlock¶ class aiogram.types.rich_block.RichBlock(**extra_data: Any)[source]¶ This object represents a block in a rich formatted message. Currently, it can be any of the following types: aiogram.types.rich_block_paragraph.RichBlockParagraph aiogram.types.rich_block_section_heading.RichBlockSectionHeading aiogram.types.rich_block_preformatted.RichBlockPreformatted aiogram.types.rich_block_footer.RichBlockFooter aiogram.types.rich_block_divider.RichBlockDivider aiogram.types.rich_block_mathematical_expression.RichBlockMathematicalExpression aiogram.types.rich_block_anchor.RichBlockAnchor aiogram.types.rich_block_list.RichBlockList aiogram.types.rich_block_block_quotation.RichBlockBlockQuotation aiogram.types.rich_block_pull_quotation.RichBlockPullQuotation aiogram.types.rich_block_collage.RichBlockCollage aiogram.types.rich_block_slideshow.RichBlockSlideshow aiogram.types.rich_block_table.RichBlockTable aiogram.types.rich_block_details.RichBlockDetails aiogram.types.rich_block_map.RichBlockMap aiogram.types.rich_block_animation.RichBlockAnimation aiogram.types.rich_block_audio.RichBlockAudio aiogram.types.rich_block_photo.RichBlockPhoto aiogram.types.rich_block_video.RichBlockVideo aiogram.types.rich_block_voice_note.RichBlockVoiceNote aiogram.types.rich_block_thinking.RichBlockThinking Source: https://core.telegram.org/bots/api#richblock