mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 00:26:57 +01:00
549 B
549 B
title | description |
---|---|
privacyRuleDisallowAll | Rule to disallow all users |
Constructor: privacyRuleDisallowAll
Rule to disallow all users
Attributes:
Name | Type | Required | Description |
---|
Type: PrivacyRule
Example:
$privacyRuleDisallowAll = ['_' => 'privacyRuleDisallowAll', ];
Or, if you're into Lua:
privacyRuleDisallowAll={_='privacyRuleDisallowAll', }