1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 00:46:56 +01:00
MadelineProto/docs/TD_docs/constructors/privacyRuleDisallowAll.md
2017-07-23 16:33:46 +02:00

649 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'];

PWRTelegram json-encoded version:

{"_": "privacyRuleDisallowAll"}

Or, if you're into Lua:

privacyRuleDisallowAll={_='privacyRuleDisallowAll'}