Skip to content

InputChecklistTask

Describes a task to add to a checklist.

Fields

idIntegerRequired
Unique identifier of the task; must be positive and unique among all task identifiers currently present in the checklist
textStringRequired✏️ FormattableminLen 1maxLen 100
Text of the task; 1-100 characters after entities parsing
parse_modeStringOptional
Optional. Mode for parsing entities in the text. See formatting options for more details.
text_entitiesMessageEntity[]Optional
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, custom\emoji, and date\_time entities are allowed.

GramIO Usage

See Also