MadelineProto/old_docs/API_docs_v62/constructors/inputPrivacyKeyPhoneCall.md
2017-05-27 22:21:14 +01:00

31 lines
443 B
Markdown

---
title: inputPrivacyKeyPhoneCall
description: inputPrivacyKeyPhoneCall attributes, type and example
---
## Constructor: inputPrivacyKeyPhoneCall
[Back to constructors index](index.md)
### Type: [InputPrivacyKey](../types/InputPrivacyKey.md)
### Example:
```
$inputPrivacyKeyPhoneCall = ['_' => 'inputPrivacyKeyPhoneCall', ];
```
Or, if you're into Lua:
```
inputPrivacyKeyPhoneCall={_='inputPrivacyKeyPhoneCall', }
```