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