ChecklistTask¶
Describes a task in a checklist
ChecklistTask(
id: int32,
text: FormattedText,
completed_by: MessageSender,
completion_date: int32
) → ChecklistTask
id¶
int32
Unique identifier of the task
text¶
Text of the task; may contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, DateTime and automatically found entities
completed_by¶
Identifier of the user or chat that completed the task; may be null if the task isn't completed yet
completion_date¶
int32
Point in time (Unix timestamp) when the task was completed; 0 if the task isn't completed