Skip to content

Commit

Permalink
feat: UsersUser add CanCallFromGroup field
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jun 1, 2021
1 parent a827d6d commit 5084a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions object/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ type UsersUser struct {
CanSeeAudio BaseBoolInt `json:"can_see_audio"`
CanWritePrivateMessage BaseBoolInt `json:"can_write_private_message"`
CanSendFriendRequest BaseBoolInt `json:"can_send_friend_request"`
CanCallFromGroup BaseBoolInt `json:"can_call_from_group"`
Verified BaseBoolInt `json:"verified"`
Trending BaseBoolInt `json:"trending"`
Blacklisted BaseBoolInt `json:"blacklisted"`
Expand Down

0 comments on commit 5084a57

Please sign in to comment.