RichBlockDivider¶
- class aiogram.types.rich_block_divider.RichBlockDivider(*, type: Literal[RichBlockType.DIVIDER] = RichBlockType.DIVIDER, **extra_data: Any)[source]¶
A divider, corresponding to the HTML tag
<hr/>.Source: https://core.telegram.org/bots/api#richblockdivider
- type: Literal[RichBlockType.DIVIDER]¶
Type of the block, always ‘divider’