Constructor: todoItem
An item of a todo list ».
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| id | int | Yes | ID of the item, a positive (non-zero) integer unique within the current list. |
| title | TextWithEntities | Yes | Text of the item, maximum length equal to todo_item_length_max ». |
Type: TodoItem
Example:
$todoItem = ['_' => 'todoItem', 'id' => int, 'title' => TextWithEntities];