MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyKeyForwards.md
2019-03-13 13:21:59 +01:00

38 lines
613 B
Markdown

---
title: inputPrivacyKeyForwards
description: inputPrivacyKeyForwards attributes, type and example
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPrivacyKeyForwards
[Back to constructors index](index.md)
### Type: [InputPrivacyKey](../types/InputPrivacyKey.md)
### Example:
```php
$inputPrivacyKeyForwards = ['_' => 'inputPrivacyKeyForwards'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputPrivacyKeyForwards"}
```
Or, if you're into Lua:
```lua
inputPrivacyKeyForwards={_='inputPrivacyKeyForwards'}
```