---
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'}

```