ChecklistTasksAdded#
- class pyrogram.types.ChecklistTasksAdded#
Describes a service message about tasks 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.