MadelineProto/old_docs/API_docs_v42/constructors/inputPrivacyValueAllowContacts.md

31 lines
487 B
Markdown

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