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