MadelineProtoDocs/old_docs/API_docs_v44/constructors/secureValueTypeEmail.md

34 lines
451 B
Markdown
Raw Permalink Normal View History

2020-10-01 18:05:42 +02:00
---
title: secureValueTypeEmail
description: Email
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: secureValueTypeEmail
[Back to constructors index](index.md)
Email
### Type: [SecureValueType](../types/SecureValueType.md)
### Example:
```php
$secureValueTypeEmail = ['_' => 'secureValueTypeEmail'];
```
Or, if you're into Lua:
```lua
secureValueTypeEmail={_='secureValueTypeEmail'}
```