MadelineProtoDocs/old_docs/API_docs_v62/constructors/privacyValueDisallowContact...

34 lines
525 B
Markdown

---
title: privacyValueDisallowContacts
description: Disallow only contacts
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: privacyValueDisallowContacts
[Back to constructors index](index.md)
Disallow only contacts
### Type: [PrivacyRule](../types/PrivacyRule.md)
### Example:
```php
$privacyValueDisallowContacts = ['_' => 'privacyValueDisallowContacts'];
```
Or, if you're into Lua:
```lua
privacyValueDisallowContacts={_='privacyValueDisallowContacts'}
```