todoList#49b92a26 flags:# others_can_append:flags.0?true others_can_complete:flags.1?true title:TextWithEntities list:Vector<TodoItem> = TodoList;
| Поле | Тип | Описание |
|---|---|---|
| flags | # | Битовая маска: поле вида flags.N?T присутствует, только если поднят бит N. |
| others_can_append | flags.0?true | |
| others_can_complete | flags.1?true | |
| title | TextWithEntities | Название. |
| list | Vector<TodoItem> |