MadelineProtoDocs/old_docs/API_docs_v18/constructors/inputPrivacyValueAllowAll.md

34 lines
503 B
Markdown

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