MadelineProto/old_docs/API_docs_v38/constructors/inputPrivacyValueDisallowAll.md

35 lines
570 B
Markdown
Raw Normal View History

---
title: inputPrivacyValueDisallowAll
description: inputPrivacyValueDisallowAll attributes, type and example
---
## Constructor: inputPrivacyValueDisallowAll
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
### Type: [InputPrivacyRule](../types/InputPrivacyRule.md)
### Example:
```
$inputPrivacyValueDisallowAll = ['_' => 'inputPrivacyValueDisallowAll', ];
```
Or, if you're into Lua:
```
inputPrivacyValueDisallowAll={_='inputPrivacyValueDisallowAll', }
```