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