todoList#49b92a26 flags:# others_can_append:flags.0?true others_can_complete:flags.1?true title:TextWithEntities list:Vector<TodoItem> = TodoList;
| Name | Type | Description |
|---|---|---|
| flags | # | Bit mask: a field written flags.N?T is present only when bit N is set. |
| others_can_append | flags.0?true | |
| others_can_complete | flags.1?true | |
| title | TextWithEntities | Title. |
| list | Vector<TodoItem> |