MadelineProtoDocs/old_docs/API_docs_v105/constructors/inputPrivacyValueDisallowContacts.md

34 lines
583 B
Markdown
Raw Normal View History

2019-09-13 17:13:55 +02:00
---
title: inputPrivacyValueDisallowContacts
description: Privacy value disallow contacts
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPrivacyValueDisallowContacts
[Back to constructors index](index.md)
Privacy value disallow contacts
### Type: [InputPrivacyRule](../types/InputPrivacyRule.md)
### Example:
```php
$inputPrivacyValueDisallowContacts = ['_' => 'inputPrivacyValueDisallowContacts'];
```
Or, if you're into Lua:
```lua
inputPrivacyValueDisallowContacts={_='inputPrivacyValueDisallowContacts'}
```