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

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