Skip to content

ChecklistTask

Describes a task in a checklist.

6 fields, 2 required.

Fields

id number Required
Unique identifier of the task.

text string Required
Text of the task.

text_entities MessageEntity[]
Special entities that appear in the task text.

completed_by_user User
User that completed the task; omitted if the task wasn’t completed by a user.

completed_by_chat Chat
Chat that completed the task; omitted if the task wasn’t completed by a chat.

completion_date number
Point in time (Unix timestamp) when the task was completed; 0 if the task wasn’t completed.