MadelineProto/old_docs/API_docs_v65/constructors/privacyKeyPhoneCall.md

31 lines
398 B
Markdown
Raw Normal View History

2017-04-21 13:27:04 +02:00
---
title: privacyKeyPhoneCall
description: privacyKeyPhoneCall attributes, type and example
---
## Constructor: privacyKeyPhoneCall
[Back to constructors index](index.md)
### Type: [PrivacyKey](../types/PrivacyKey.md)
### Example:
```
$privacyKeyPhoneCall = ['_' => 'privacyKeyPhoneCall', ];
```
Or, if you're into Lua:
```
privacyKeyPhoneCall={_='privacyKeyPhoneCall', }
```