MadelineProtoDocs/old_docs/API_docs_v105/constructors/inputPrivacyValueAllowAll.md
2019-09-13 17:13:55 +02:00

34 lines
519 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'];
```
Or, if you're into Lua:
```lua
inputPrivacyValueAllowAll={_='inputPrivacyValueAllowAll'}
```