MadelineProtoDocs/old_docs/API_docs_v66/constructors/inputPrivacyValueDisallowCo...

34 lines
565 B
Markdown

---
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'}
```