MadelineProto/old_docs/API_docs_v23/constructors/inputPrivacyValueDisallowAll.md
2017-07-23 16:33:46 +02:00

38 lines
579 B
Markdown

---
title: inputPrivacyValueDisallowAll
description: inputPrivacyValueDisallowAll attributes, type and example
---
## Constructor: inputPrivacyValueDisallowAll
[Back to constructors index](index.md)
### Type: [InputPrivacyRule](../types/InputPrivacyRule.md)
### Example:
```
$inputPrivacyValueDisallowAll = ['_' => 'inputPrivacyValueDisallowAll'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputPrivacyValueDisallowAll"}
```
Or, if you're into Lua:
```
inputPrivacyValueDisallowAll={_='inputPrivacyValueDisallowAll'}
```