ChecklistTask
Describes a task in a checklist.
Properties
id
(int
): Unique identifier of the tasktext
(str
): Text of the tasktext_entities
(List of MessageEntity): Optional. Special entities that appear in the task textcompleted_by_user
(User): Optional. User that completed the task; omitted if the task wasn't completedcompletion_date
(int
): Optional. Point in time (Unix timestamp) when the task was completed; 0 if the task wasn't completed