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