MadelineProtoDocs/docs/API_docs/constructors/secureValueTypePassport.md

34 lines
475 B
Markdown

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