Interface UserPrivacySettingShowBio

A privacy setting for managing whether the user's bio is visible. Subtype of UserPrivacySetting.

interface UserPrivacySettingShowBio {
    @type: "userPrivacySettingShowBio";
}

Properties

Properties

@type: "userPrivacySettingShowBio"