1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-08 15:28:23 +01:00
MadelineProto/old_docs/API_docs_v66/constructors/privacyValueAllowAll.md
2017-06-30 15:36:33 +02:00

407 B

title description
privacyValueAllowAll privacyValueAllowAll attributes, type and example

Constructor: privacyValueAllowAll

Back to constructors index

Type: PrivacyRule

Example:

$privacyValueAllowAll = ['_' => 'privacyValueAllowAll', ];

Or, if you're into Lua:

privacyValueAllowAll={_='privacyValueAllowAll', }