Skip to content

Commit

Permalink
Merge pull request #34 from tada-team/add-ad-custom-field
Browse files Browse the repository at this point in the history
Added ADUid CustomField
  • Loading branch information
sdfsdhgjkbmnmxc authored Sep 6, 2021
2 parents 514b0f1 + 2a583ef commit 02f40a2
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.9
- added ADUid CustomField

v.1.46.8
- tdapi.Resp._time field position fix

Expand Down
3 changes: 3 additions & 0 deletions contact.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ type ContactCustomFields struct {

// Import source
Source string `json:"source,omitempty"`

// AD UID
ADUid string `json:"ad_uid,omitempty"`
}

// Short contact representation
Expand Down

0 comments on commit 02f40a2

Please sign in to comment.