Skip to content

Commit

Permalink
Contact.can_manage_projects field
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Jun 23, 2021
1 parent e1f57c4 commit 60af4c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.33.6
- Contact.can_manage_projects field

v1.33.5
- tdapi.Contact, tdapi.Integration, tdapi.Team
- Contact.add_to_team_rights field removed
Expand Down
5 changes: 4 additions & 1 deletion contact.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,12 @@ type Contact struct {
// Can I add new members to this team
CanAddToTeam bool `json:"can_add_to_team,omitempty"`

// Can I manage sections in this team
// Can I manage contact sections in this team
CanManageSections bool `json:"can_manage_sections,omitempty"`

// Can I manage task projects in this team
CanManageProjects bool `json:"can_manage_projects,omitempty"`

// Can I manage tags in this team
CanManageTags bool `json:"can_manage_tags,omitempty"`

Expand Down

0 comments on commit 60af4c3

Please sign in to comment.