1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 03:39:36 +01:00
MadelineProto/docs/API_docs/constructors/inputPrivacyValueAllowContacts.md
2017-07-23 16:33:46 +02:00

38 lines
595 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'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputPrivacyValueAllowContacts"}
```
Or, if you're into Lua:
```
inputPrivacyValueAllowContacts={_='inputPrivacyValueAllowContacts'}
```