MadelineProto/docs/API_docs/constructors/privacyValueAllowUsers.md
2016-12-19 19:48:27 +03:00

17 lines
349 B
Markdown

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