--- title: inputPrivacyValueDisallowContacts description: inputPrivacyValueDisallowContacts attributes, type and example image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: inputPrivacyValueDisallowContacts [Back to constructors index](index.md) ### Type: [InputPrivacyRule](../types/InputPrivacyRule.md) ### Example: ``` $inputPrivacyValueDisallowContacts = ['_' => 'inputPrivacyValueDisallowContacts']; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "inputPrivacyValueDisallowContacts"} ``` Or, if you're into Lua: ``` inputPrivacyValueDisallowContacts={_='inputPrivacyValueDisallowContacts'} ```