Skip to content

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.

Documentation

Properties

PropertyTypeDescriptionDefined in
blocksTelegramInputRichBlock[]The content of the item@gramio/types/out/objects.d.ts:8390
has_checkbox?trueOptional. Pass True if the item has a checkbox@gramio/types/out/objects.d.ts:8394
is_checked?trueOptional. Pass True if the item has a checked checkbox@gramio/types/out/objects.d.ts:8398
type?TelegramInputRichBlockListItemTypeOptional. 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?numberOptional. For ordered lists, the numeric value of the item label@gramio/types/out/objects.d.ts:8402