508 B
508 B
title | description |
---|---|
privacyValueAllowAll | privacyValueAllowAll attributes, type and example |
Constructor: privacyValueAllowAll
Type: PrivacyRule
Example:
$privacyValueAllowAll = ['_' => 'privacyValueAllowAll', ];
PWRTelegram json-encoded version:
{"_":"privacyValueAllowAll"}
Or, if you're into Lua:
privacyValueAllowAll={_='privacyValueAllowAll', }