mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 16:18:16 +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', }