--- title: secureValueTypePhone description: Secure value type phone image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: secureValueTypePhone [Back to constructors index](index.md) Secure value type phone ### Type: [SecureValueType](../types/SecureValueType.md) ### Example: ```php $secureValueTypePhone = ['_' => 'secureValueTypePhone']; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "secureValueTypePhone"} ``` Or, if you're into Lua: ```lua secureValueTypePhone={_='secureValueTypePhone'} ```