MadelineProtoDocs/old_docs/API_docs_v51/constructors/privacyValueAllowAll.md
2018-04-04 19:52:48 +02:00

39 lines
579 B
Markdown

---
title: privacyValueAllowAll
description: privacyValueAllowAll attributes, type and example
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
## Constructor: privacyValueAllowAll
[Back to constructors index](index.md)
### Type: [PrivacyRule](../types/PrivacyRule.md)
### Example:
```
$privacyValueAllowAll = ['_' => 'privacyValueAllowAll'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "privacyValueAllowAll"}
```
Or, if you're into Lua:
```
privacyValueAllowAll={_='privacyValueAllowAll'}
```