--- title: inputPrivacyKeyPhoneCall description: inputPrivacyKeyPhoneCall attributes, type and example --- ## Constructor: inputPrivacyKeyPhoneCall [Back to constructors index](index.md) ### Type: [InputPrivacyKey](../types/InputPrivacyKey.md) ### Example: ``` $inputPrivacyKeyPhoneCall = ['_' => 'inputPrivacyKeyPhoneCall']; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "inputPrivacyKeyPhoneCall"} ``` Or, if you're into Lua: ``` inputPrivacyKeyPhoneCall={_='inputPrivacyKeyPhoneCall'} ```