MadelineProto/old_docs/API_docs_v41/constructors/privacyValueDisallowUsers.md

27 lines
514 B
Markdown
Raw Normal View History

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