MadelineProto/docs/API_docs/constructors/privacyValueDisallowUsers.md

17 lines
318 B
Markdown
Raw Normal View History

## Constructor: privacyValueDisallowUsers
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|users|Array of [int](../types/int.md) | Required|
### Type: [PrivacyRule](../types/PrivacyRule.md)
### Example:
```
$privacyValueDisallowUsers = ['users' => [int], ];
```