MadelineProtoDocs/old_docs/API_docs_v104/constructors/secureValueTypePhone.md

34 lines
487 B
Markdown
Raw Normal View History

2019-08-15 20:25:16 +02:00
---
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'];
```
Or, if you're into Lua:
```lua
secureValueTypePhone={_='secureValueTypePhone'}
```