Skip to main content

todoList

Represents a todo list ».

type tg.TodoList struct { /* ... */ }

Fields

NameTypeRequiredDescription
OthersCanAppendboolIf set, users different from the creator of the list can append items to the list.
OthersCanCompleteboolIf set, users different from the creator of the list can complete items in the list.
TitleTextWithEntitiesyesTitle of the todo list, maximum length equal to todo_title_length_max ».
List[]TodoItemyesItems of the list.

References