RichBlockList¶
- class aiogram.types.rich_block_list.RichBlockList(*, type: Literal[RichBlockType.LIST] = RichBlockType.LIST, items: list[RichBlockListItem], **extra_data: Any)[source]¶
A list of blocks, corresponding to the HTML tag
<ul>or<ol>with multiple nested tags<li>.Source: https://core.telegram.org/bots/api#richblocklist
- type: Literal[RichBlockType.LIST]¶
Type of the block, always ‘list’
- items: list[RichBlockListItem]¶
Items of the list