ChecklistTasksAdded¶
- class pyrogram.types.ChecklistTasksAdded¶
Some tasks were added to a checklist.
- Parameters:¶
checklist_message_id (
int) – Identifier of the message with the checklist. Can be None if the message was deleted.tasks (List of
ChecklistTask) – List of tasks added to the checklist.