1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-07 15:28:39 +01:00
MadelineProto/old_docs/API_docs_v66/constructors/inputPrivacyKeyPhoneCall.md

31 lines
443 B
Markdown
Raw Normal View History

2017-06-30 15:36:33 +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', ];
```
Or, if you're into Lua:
```
inputPrivacyKeyPhoneCall={_='inputPrivacyKeyPhoneCall', }
```