---
title: inputPrivacyValueDisallowContacts
description: Disallow only contacts
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPrivacyValueDisallowContacts  
[Back to constructors index](index.md)



Disallow only contacts




### Type: [InputPrivacyRule](../types/InputPrivacyRule.md)


### Example:

```php
$inputPrivacyValueDisallowContacts = ['_' => 'inputPrivacyValueDisallowContacts'];
```  


Or, if you're into Lua:

```lua
inputPrivacyValueDisallowContacts={_='inputPrivacyValueDisallowContacts'}

```