GramIO API Reference / gramio/dist / TelegramInputRichBlockList
Interface: TelegramInputRichBlockList
Defined in: @gramio/types/out/objects.d.ts:8586
A list of blocks, corresponding to the HTML tag <ul> or <ol> with multiple nested tags <li>.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
items | TelegramInputRichBlockListItem[] | Items of the list | @gramio/types/out/objects.d.ts:8594 |
type | "list" | Type of the block, always “list” | @gramio/types/out/objects.d.ts:8590 |