4baac3178e
Add PHP, Lua language tag to Code area
605 B
605 B
title | description | image |
---|---|---|
privacyValueDisallowAll | privacyValueDisallowAll attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: privacyValueDisallowAll
Type: PrivacyRule
Example:
$privacyValueDisallowAll = ['_' => 'privacyValueDisallowAll'];
PWRTelegram json-encoded version:
{"_": "privacyValueDisallowAll"}
Or, if you're into Lua:
privacyValueDisallowAll={_='privacyValueDisallowAll'}