Skip to content

ChecklistTask

Describes a task in a checklist.

Fields

idIntegerRequired
Unique identifier of the task
textStringRequired
Text of the task
text_entitiesMessageEntity[]Optional
Optional. Special entities that appear in the task text
completed_by_userUserOptional
Optional. User that completed the task; omitted if the task wasn't completed by a user
completed_by_chatChatOptional
Optional. Chat that completed the task; omitted if the task wasn't completed by a chat
completion_dateIntegerOptional
Optional. Point in time (Unix timestamp) when the task was completed; 0 if the task wasn't completed

GramIO Usage

See Also