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

In Rust this constructor is a variant of the enums::TodoList enum.
Match on it with: if let enums::TodoList::TodoList(v) = result { ... }

Parameters

others_can_appendtrueoptional
others_can_completetrueoptional
titleTextWithEntitiesrequired
listVector<TodoItem>required