profilePrivacy property

  1. @JsonKey.new(name: 'profile_privacy')
ProfilePrivacyLevel profilePrivacy
final

Controls who sees the full profile: all guild members, only small-guild members, or only friends

Implementation

@JsonKey(name: 'profile_privacy')
final ProfilePrivacyLevel profilePrivacy;