todoItem
An item of a todo list ».
type tg.TodoItem struct { /* ... */ }
Fields
| 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 ». |
References
- Official documentation
- Generated Go reference
- TL definition:
todoItem#cba9a52f