MadelineProto/old_docs/API_docs_v68/constructors/inputPrivacyValueAllowContacts.md

38 lines
595 B
Markdown
Raw Normal View History

2017-07-23 17:44:01 +02:00
---
title: inputPrivacyValueAllowContacts
description: inputPrivacyValueAllowContacts attributes, type and example
---
## Constructor: inputPrivacyValueAllowContacts
[Back to constructors index](index.md)
### Type: [InputPrivacyRule](../types/InputPrivacyRule.md)
### Example:
```
$inputPrivacyValueAllowContacts = ['_' => 'inputPrivacyValueAllowContacts'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputPrivacyValueAllowContacts"}
```
Or, if you're into Lua:
```
inputPrivacyValueAllowContacts={_='inputPrivacyValueAllowContacts'}
```