---
title: inputPrivacyValueDisallowContacts
description: inputPrivacyValueDisallowContacts attributes, type and example
---
## 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'}

```