Skip to content

Commit

Permalink
tdapi.Team.task_importance_rev
Browse files Browse the repository at this point in the history
  • Loading branch information
Константин Райков authored and Константин Райков committed Aug 30, 2021
1 parent a8338ed commit 8273722
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.4
- tdapi.Team.task_importance_rev

v.1.46.3
- more docs added

Expand Down
3 changes: 3 additions & 0 deletions tdapi/team.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ type Team struct {
// Use importance field in task
UseTaskImportance bool `json:"use_task_importance"`

// Reverse importance
TaskImportanceRev bool `json:"task_importance_rev"`

// Use urgency field in task
UseTaskUrgency bool `json:"use_task_urgency"`

Expand Down

0 comments on commit 8273722

Please sign in to comment.