MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyKeyForwards.md

32 lines
509 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'];
```
Or, if you're into Lua:
```lua
inputPrivacyKeyForwards={_='inputPrivacyKeyForwards'}
```