telegram api constructor · layer 229 · #49b92a26

todoList

Represents a todo list ».

definition

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

parameters

nametypedescription
flags#Flags, see TL conditional fields
others_can_appendflags.0?trueIf set, users different from the creator of the list can append items to the list.
others_can_completeflags.1?trueIf set, users different from the creator of the list can complete items in the list.
titleTextWithEntitiesTitle of the todo list, maximum length equal to todo_title_length_max ».
listVector<TodoItem>Items of the list.

type

TodoList

history

present in layers 205–229

idlayers
#49b92a26205–229