addChecklistTasks¶
Adds tasks to a checklist in a message
addChecklistTasks(
chat_id: int53,
message_id: int53,
tasks: list of InputChecklistTask
) → Ok
chat_id¶
int53
Identifier of the chat with the message
message_id¶
int53
Identifier of the message containing the checklist. Use messageProperties.can_add_tasks to check whether the tasks can be added
tasks¶
list of InputChecklistTask
List of added tasks