InputRichBlockList¶
- class aiogram.types.input_rich_block_list.InputRichBlockList(*, type: Literal[InputRichBlockType.LIST] = InputRichBlockType.LIST, items: list[InputRichBlockListItem], **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#inputrichblocklist
- type: Literal[InputRichBlockType.LIST]¶
Type of the block, always „list“
- items: list[InputRichBlockListItem]¶
Items of the list