MadelineProtoDocs/old_docs/API_docs_v81/constructors/inputPrivacyValueAllowAll.md
2018-07-12 20:24:55 +02:00

628 B

title description image
inputPrivacyValueAllowAll inputPrivacyValueAllowAll attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyValueAllowAll

Back to constructors index

Type: InputPrivacyRule

Example:

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

PWRTelegram json-encoded version:

{"_": "inputPrivacyValueAllowAll"}

Or, if you're into Lua:

inputPrivacyValueAllowAll={_='inputPrivacyValueAllowAll'}