MadelineProtoDocs/old_docs/API_docs_v100/constructors/inputPrivacyValueAllowAll.md
2019-12-27 17:48:04 +01:00

503 B

title description image
inputPrivacyValueAllowAll Allow all users https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyValueAllowAll

Back to constructors index

Allow all users

Type: InputPrivacyRule

Example:

$inputPrivacyValueAllowAll = ['_' => 'inputPrivacyValueAllowAll'];

Or, if you're into Lua:

inputPrivacyValueAllowAll={_='inputPrivacyValueAllowAll'}