Skip to content

Commit

Permalink
Contact.can_import_tasks field
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Jun 23, 2021
1 parent 60af4c3 commit 231d56e
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 @@
v1.33.7
- Contact.can_import_tasks field

v1.33.6
- Contact.can_manage_projects field

Expand Down
3 changes: 3 additions & 0 deletions contact.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ type Contact struct {
// Can I call create task for this contact
CanCreateTask bool `json:"can_create_task,omitempty"`

// Can I import tasks in this team
CanImportTasks bool `json:"can_import_tasks,omitempty"`

// Can I add this contact to group chats
CanAddToGroup bool `json:"can_add_to_group,omitempty"`

Expand Down

0 comments on commit 231d56e

Please sign in to comment.