mark_checklist_tasks_as_done


Description:

public async Ok mark_checklist_tasks_as_done (int64 chat_id, int64 message_id, ArrayList<int32?> marked_as_done_task_ids, ArrayList<int32?> marked_as_not_done_task_ids) throws TDLibError

Adds tasks of a checklist in a message as done or not done

Parameters:

chat_id

Identifier of the chat with the message

message_id

Identifier of the message containing the checklist. Use messageProperties.can_mark_tasks_as_done to check whether the tasks can be marked as done or not done

marked_as_done_task_ids

Identifiers of tasks that were marked as done

marked_as_not_done_task_ids

Identifiers of tasks that were marked as not done