TodoList
- class pyrogram.raw.types.TodoList
Represents a todo list ».
Constructor of
TodoList.- Details:
Layer:
222ID:
49B92A26
- Parameters:
title (
TextWithEntities) – Title of the todo list, maximum length equal to todo_title_length_max ».list (List of
TodoItem) – Items of the list.others_can_append (
bool, optional) – If set, users different from the creator of the list can append items to the list.others_can_complete (
bool, optional) – If set, users different from the creator of the list can complete items in the list.