profilePrivacy property
- @JsonKey.new(includeIfNull: false, name: 'profile_privacy')
final
Controls who sees the full profile: all guild members, only small-guild members, or only friends
Implementation
@JsonKey(includeIfNull: false, name: 'profile_privacy')
final ProfilePrivacyLevel? profilePrivacy;