profilePrivacy property

  1. @JsonKey.new(includeIfNull: false, name: 'profile_privacy')
ProfilePrivacyLevel? profilePrivacy
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;