MadelineProto/old_docs/API_docs_v68/constructors/inputPrivacyKeyPhoneCall.md

38 lines
545 B
Markdown
Raw Normal View History

2017-07-23 17:44:01 +02:00
---
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'}
```