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