MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyValueAllowAll.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

40 lines
625 B
Markdown

---
title: inputPrivacyValueAllowAll
description: Privacy value allow all
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPrivacyValueAllowAll
[Back to constructors index](index.md)
Privacy value allow all
### Type: [InputPrivacyRule](../types/InputPrivacyRule.md)
### Example:
```php
$inputPrivacyValueAllowAll = ['_' => 'inputPrivacyValueAllowAll'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputPrivacyValueAllowAll"}
```
Or, if you're into Lua:
```lua
inputPrivacyValueAllowAll={_='inputPrivacyValueAllowAll'}
```