31 lines
508 B
Markdown
31 lines
508 B
Markdown
|
---
|
||
|
title: inputPrivacyValueDisallowContacts
|
||
|
description: inputPrivacyValueDisallowContacts attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputPrivacyValueDisallowContacts
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputPrivacyRule](../types/InputPrivacyRule.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputPrivacyValueDisallowContacts = ['_' => 'inputPrivacyValueDisallowContacts', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
inputPrivacyValueDisallowContacts={_='inputPrivacyValueDisallowContacts', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|