mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 13:07:23 +01:00
27 lines
514 B
Markdown
27 lines
514 B
Markdown
|
---
|
||
|
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], ];
|
||
|
```
|
||
|
|