add_checklist_tasks


Description:

public async Ok add_checklist_tasks (int64 chat_id, int64 message_id, ArrayList<InputChecklistTask?> tasks) throws TDLibError

Adds tasks to a checklist in a message

Parameters:

chat_id

Identifier of the chat with the message

message_id

Identifier of the message containing the checklist. Use messageProperties.can_add_tasks to check whether the tasks can be added

tasks

List of added tasks