* A privacy setting for managing whether the user can be found by their phone number. Checked only if the phone number is not known to the other user. Can be set only to "Allow contacts" or "Allow all".
13
*/
14
class UserPrivacySettingAllowFindingByPhoneNumber extends UserPrivacySetting
15
{
16
public const TYPE_NAME = 'userPrivacySettingAllowFindingByPhoneNumber';
17
18
public function __construct()
19
{
20
parent::__construct();
21
}
22
23
public static function fromArray(array $array): UserPrivacySettingAllowFindingByPhoneNumber