Interface UserPrivacySettingShowPhoneNumber

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

interface UserPrivacySettingShowPhoneNumber {
    @type: "userPrivacySettingShowPhoneNumber";
}

Properties

Properties

@type: "userPrivacySettingShowPhoneNumber"