Skip to content

Commit

Permalink
contact.hide_pushes_content
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Aug 4, 2021
1 parent 8a40255 commit 650d005
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
v.1.41.1
- contact.hide_pushes_content

v.1.41.0
- user.hide_pushes_content / contact.hide_pushes_content
- user.hide_pushes_content

v.1.40.0
- Add Team.available_tariffs field
Expand Down
3 changes: 3 additions & 0 deletions contact.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ type Contact struct {
// Send push notifications even contact is online
AlwaysSendPushes *bool `json:"always_send_pushes,omitempty"`

// Hide pushes body
HidePushesContent *bool `json:"hide_pushes_content"`

// Timezone, if any
Timezone *string `json:"timezone,omitempty"`

Expand Down

0 comments on commit 650d005

Please sign in to comment.