GramIO API Reference / gramio/dist / TelegramInputRichBlockListItem
Interface: TelegramInputRichBlockListItem
Defined in: @gramio/types/out/objects.d.ts:8386
An item of a list to be sent.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
blocks | TelegramInputRichBlock[] | The content of the item | @gramio/types/out/objects.d.ts:8390 |
has_checkbox? | true | Optional. Pass True if the item has a checkbox | @gramio/types/out/objects.d.ts:8394 |
is_checked? | true | Optional. Pass True if the item has a checked checkbox | @gramio/types/out/objects.d.ts:8398 |
type? | TelegramInputRichBlockListItemType | Optional. For ordered lists, the type of the item label; must be one of “a” for lowercase letters, “A” for uppercase letters, “i” for lowercase Roman numerals, “I” for uppercase Roman numerals, or “1” for decimal numbers | @gramio/types/out/objects.d.ts:8406 |
value? | number | Optional. For ordered lists, the numeric value of the item label | @gramio/types/out/objects.d.ts:8402 |