ChecklistTasksDone

class pyrogram.types.ChecklistTasksDone

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

Parameters:
  • checklist_message_id (int) – Identifier of the message with the checklist. Can be None if the message was deleted.

  • marked_as_done_task_ids (List of int) – Identifiers of tasks that were marked as done

  • marked_as_not_done_task_ids (List of int) – Identifiers of tasks that were marked as not done