MadelineProto/old_docs/API_docs_v25/constructors/inputPrivacyValueDisallowAll.md

38 lines
582 B
Markdown
Raw Normal View History

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