MadelineProtoDocs/old_docs/API_docs_v14/constructors/inputPrivacyValueAllowAll.md

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