MadelineProto/docs/API_docs/constructors/inputPrivacyKeyPhoneCall.md

38 lines
548 B
Markdown
Raw Normal View History

---
title: inputPrivacyKeyPhoneCall
description: inputPrivacyKeyPhoneCall attributes, type and example
---
## Constructor: inputPrivacyKeyPhoneCall
[Back to constructors index](index.md)
### Type: [InputPrivacyKey](../types/InputPrivacyKey.md)
### Example:
```
$inputPrivacyKeyPhoneCall = ['_' => 'inputPrivacyKeyPhoneCall', ];
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_":"inputPrivacyKeyPhoneCall"}
```
Or, if you're into Lua:
```
inputPrivacyKeyPhoneCall={_='inputPrivacyKeyPhoneCall', }
```