TodoList

---types---
todoList#49b92a26 others_can_append:flags.0?true others_can_complete:flags.1?true title:TextWithEntities list:Vector<TodoItem> = TodoList

Belongs to

TodoList

Parameters

others_can_appendtrueoptional
others_can_completetrueoptional
titleTextWithEntitiesrequired
listVector<TodoItem>required