40 lines
560 B
Markdown
40 lines
560 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'];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_": "privacyKeyPhoneP2P"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
privacyKeyPhoneP2P={_='privacyKeyPhoneP2P'}
|
|
|
|
```
|
|
|
|
|