todoList

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>

Тип

TodoList

Связанные страницы

Типы, которые здесь встречаются