MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyValueDisallowContacts.md
Sean 4baac3178e Add Syntax Highlight for Markdown
Add PHP, Lua language tag to Code area
2018-10-18 00:30:20 +08:00

38 lines
695 B
Markdown

---
title: inputPrivacyValueDisallowContacts
description: inputPrivacyValueDisallowContacts attributes, type and example
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPrivacyValueDisallowContacts
[Back to constructors index](index.md)
### Type: [InputPrivacyRule](../types/InputPrivacyRule.md)
### Example:
```php
$inputPrivacyValueDisallowContacts = ['_' => 'inputPrivacyValueDisallowContacts'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputPrivacyValueDisallowContacts"}
```
Or, if you're into Lua:
```lua
inputPrivacyValueDisallowContacts={_='inputPrivacyValueDisallowContacts'}
```