MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyValueDisallowAl...

515 B

title description image
inputPrivacyValueDisallowAll Disallow all https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyValueDisallowAll

Back to constructors index

Disallow all

Type: InputPrivacyRule

Example:

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

Or, if you're into Lua:

inputPrivacyValueDisallowAll={_='inputPrivacyValueDisallowAll'}