Constructor: todoList
Attributes:
Name | Type | Required |
---|---|---|
others_can_append | Bool | Optional |
others_can_complete | Bool | Optional |
title | TextWithEntities | Yes |
list | Array of TodoItem | Yes |
Type: TodoList
Example:
$todoList = ['_' => 'todoList', 'others_can_append' => Bool, 'others_can_complete' => Bool, 'title' => TextWithEntities, 'list' => [TodoItem, TodoItem]];