MadelineProto/docs/TD_docs/constructors/privacyRuleAllowAll.md

37 lines
525 B
Markdown
Raw Normal View History

---
title: privacyRuleAllowAll
description: Rule to allow all users
---
## Constructor: privacyRuleAllowAll
[Back to constructors index](index.md)
Rule to allow all users
### Attributes:
| Name | Type | Required | Description |
|----------|:-------------:|:--------:|------------:|
### Type: [PrivacyRule](../types/PrivacyRule.md)
### Example:
```
$privacyRuleAllowAll = ['_' => 'privacyRuleAllowAll', ];
```
Or, if you're into Lua:
```
privacyRuleAllowAll={_='privacyRuleAllowAll', }
```