Skip to content

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.

Documentation

Properties

PropertyTypeDescriptionDefined in
idnumberUnique 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
textstring | { 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