GramIO API Reference / gramio/dist / TelegramInputChecklistTask
Interface: TelegramInputChecklistTask
Defined in: @gramio/types/out/objects.d.ts:1959
Describes a task to add to a checklist.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
id | number | Unique identifier of the task; must be positive and unique among all task identifiers currently present in the checklist | @gramio/types/out/objects.d.ts:1963 |
parse_mode? | "HTML" | "MarkdownV2" | "Markdown" | Optional. Mode for parsing entities in the text. See formatting options for more details. | @gramio/types/out/objects.d.ts:1971 |
text | string | { toString: string; } | Text of the task; 1-100 characters after entities parsing | @gramio/types/out/objects.d.ts:1967 |
text_entities? | TelegramMessageEntity[] | Optional. List of special entities that appear in the text, which can be specified instead of parse_mode. Currently, only bold, italic, underline, strikethrough, spoiler, and custom_emoji entities are allowed. | @gramio/types/out/objects.d.ts:1975 |