503 B
503 B
title | description | image |
---|---|---|
inputPrivacyValueAllowAll | Allow all users | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPrivacyValueAllowAll
Allow all users
Type: InputPrivacyRule
Example:
$inputPrivacyValueAllowAll = ['_' => 'inputPrivacyValueAllowAll'];
Or, if you're into Lua:
inputPrivacyValueAllowAll={_='inputPrivacyValueAllowAll'}