MadelineProto/old_docs/API_docs_v70/constructors/inputPrivacyKeyPhoneCall.md

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