515 B
515 B
title | description | image |
---|---|---|
inputPrivacyValueDisallowAll | Disallow all | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPrivacyValueDisallowAll
Disallow all
Type: InputPrivacyRule
Example:
$inputPrivacyValueDisallowAll = ['_' => 'inputPrivacyValueDisallowAll'];
Or, if you're into Lua:
inputPrivacyValueDisallowAll={_='inputPrivacyValueDisallowAll'}