MadelineProto/docs/API_docs/constructors/inputPrivacyValueDisallowUsers.md

18 lines
396 B
Markdown
Raw Normal View History

## Constructor: inputPrivacyValueDisallowUsers
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|users|Array of [InputUser](../types/InputUser.md) | Required|
2016-12-19 20:56:05 +03:00
### Type: [InputPrivacyRule](../types/InputPrivacyRule.md)
### Example:
```
2016-12-19 19:48:27 +03:00
$inputPrivacyValueDisallowUsers = ['_' => inputPrivacyValueDisallowUsers', 'users' => [Vector t], ];
```