34 lines
461 B
Markdown
34 lines
461 B
Markdown
|
---
|
||
|
title: privacyKeyPhoneP2P
|
||
|
description: Privacy key phone p2p
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: privacyKeyPhoneP2P
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Privacy key phone p2p
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PrivacyKey](../types/PrivacyKey.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$privacyKeyPhoneP2P = ['_' => 'privacyKeyPhoneP2P'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
privacyKeyPhoneP2P={_='privacyKeyPhoneP2P'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|