MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyValueDisallowAll.md

543 B

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

Constructor: inputPrivacyValueDisallowAll

Back to constructors index

Privacy value disallow all

Type: InputPrivacyRule

Example:

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

Or, if you're into Lua:

inputPrivacyValueDisallowAll={_='inputPrivacyValueDisallowAll'}