Skip to content

Commit

Permalink
added TaskItem.CanChange
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Neznaykin committed Aug 30, 2021
1 parent 8273722 commit 96a009b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v.1.46.5
- TaskItem.CanChange added

v.1.46.4
- tdapi.Team.task_importance_rev

Expand Down
3 changes: 3 additions & 0 deletions chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ type TaskItem struct {
// Can I toggle this item
CanToggle bool `json:"can_toggle,omitempty"`

// Can I change this item
CanChange bool `json:"can_change,omitempty"`

// Link to subtask. Optional
Subtask *Subtask `json:"subtask,omitempty"`
}
Expand Down

0 comments on commit 96a009b

Please sign in to comment.