38 lines
579 B
Markdown
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'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|