MadelineProto/old_docs/API_docs_v42/constructors/inputPrivacyValueAllowAll.md
2017-05-27 22:21:14 +01:00

452 B

title description
inputPrivacyValueAllowAll inputPrivacyValueAllowAll attributes, type and example

Constructor: inputPrivacyValueAllowAll

Back to constructors index

Type: InputPrivacyRule

Example:

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

Or, if you're into Lua:

inputPrivacyValueAllowAll={_='inputPrivacyValueAllowAll', }