mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:47:50 +01:00
549 B
549 B
title | description |
---|---|
inputPrivacyValueAllowAll | inputPrivacyValueAllowAll attributes, type and example |
Constructor: inputPrivacyValueAllowAll
Attributes:
Name | Type | Required |
---|
Type: InputPrivacyRule
Example:
$inputPrivacyValueAllowAll = ['_' => 'inputPrivacyValueAllowAll', ];
Or, if you're into Lua:
inputPrivacyValueAllowAll={_='inputPrivacyValueAllowAll', }