Skip to content

ChecklistTask

Type · TDLib 1.8.67 · d1085f9c

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

FormattedText

Text of the task; may contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, DateTime and automatically found entities

completed_by

MessageSender

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