MadelineProtoDocs/old_docs/API_docs_v105/constructors/inputPrivacyKeyForwards.md
2019-09-13 17:13:55 +02:00

34 lines
519 B
Markdown

---
title: inputPrivacyKeyForwards
description: Can his messages be forwarded?
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPrivacyKeyForwards
[Back to constructors index](index.md)
Can his messages be forwarded?
### Type: [InputPrivacyKey](../types/InputPrivacyKey.md)
### Example:
```php
$inputPrivacyKeyForwards = ['_' => 'inputPrivacyKeyForwards'];
```
Or, if you're into Lua:
```lua
inputPrivacyKeyForwards={_='inputPrivacyKeyForwards'}
```