ChecklistTask
Describes a task in a checklist.
Properties
id
ts
id: number;
Unique identifier of the task
text
ts
text: string;
Text of the task
text_entities
ts
text_entities?: MessageEntity[];
Special entities that appear in the task text
completed_by_user
ts
completed_by_user?: User;
User that completed the task; omitted if the task wasn’t completed
completion_date
ts
completion_date?: number;
Point in time (Unix timestamp) when the task was completed; 0 if the task wasn’t completed