--- 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'} ```