Skip to content

MessageChecklistTasksDone

Type · TDLib 1.8.67 · d1085f9c

Some tasks from a checklist were marked as done or not done

MessageChecklistTasksDone(
  checklist_message_id: int53,
  marked_as_done_task_ids: list of int32,
  marked_as_not_done_task_ids: list of int32
) → MessageContent

checklist_message_id

int53

Identifier of the message with the checklist; may be 0 or an identifier of a deleted message

marked_as_done_task_ids

list of int32

Identifiers of tasks that were marked as done

marked_as_not_done_task_ids

list of int32

Identifiers of tasks that were marked as not done