MadelineProto/old_docs/API_docs_v40/constructors/privacyValueAllowUsers.md

27 lines
499 B
Markdown

---
title: privacyValueAllowUsers
description: privacyValueAllowUsers attributes, type and example
---
## Constructor: privacyValueAllowUsers
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|users|Array of [int](../types/int.md) | Required|
### Type: [PrivacyRule](../types/PrivacyRule.md)
### Example:
```
$privacyValueAllowUsers = ['_' => 'privacyValueAllowUsers', 'users' => [Vector t], ];
```