TodoList¶
- class pyrogram.types.TodoList¶
 A list of tasks.
- Parameters:¶
 title (
str) – Title of the todo list.entities (List of
MessageEntity) – Entities in the title of the todo list.tasks (List of
TodoTask) – List of tasks in the todo list.can_append (
bool, optional) – True, if other users can append tasks to this todo list.can_complete (
bool, optional) – True, if other users can complete tasks in this todo list.