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