MadelineProto/docs/TD_docs/constructors/privacyRuleDisallowAll.md

549 B

title description
privacyRuleDisallowAll Rule to disallow all users

Constructor: privacyRuleDisallowAll

Back to constructors index

Rule to disallow all users

Attributes:

Name Type Required Description

Type: PrivacyRule

Example:

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

Or, if you're into Lua:

privacyRuleDisallowAll={_='privacyRuleDisallowAll', }