MadelineProto/docs/API_docs_55/constructors/privacyValueAllowUsers.md

25 lines
495 B
Markdown
Raw Normal View History

---
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], ];
```