MadelineProtoDocs/old_docs/API_docs_v91/constructors/inputPrivacyValueDisallowAll.md
2019-03-08 13:49:23 +01:00

652 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'];

PWRTelegram json-encoded version:

{"_": "inputPrivacyValueDisallowAll"}

Or, if you're into Lua:

inputPrivacyValueDisallowAll={_='inputPrivacyValueDisallowAll'}