todoCompletion
A completed todo list » item.
type tg.TodoCompletion struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int | yes | The ID of the completed item. |
CompletedBy | PeerClass | yes | ID of the user that completed the item. |
Date | int | yes | When was the item completed. |
References
- Official documentation
- Generated Go reference
- TL definition:
todoCompletion#221bb5e4