mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 20:37:47 +01:00
38 lines
619 B
Markdown
38 lines
619 B
Markdown
---
|
|
title: inputPrivacyValueDisallowContacts
|
|
description: inputPrivacyValueDisallowContacts attributes, type and example
|
|
---
|
|
## Constructor: inputPrivacyValueDisallowContacts
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InputPrivacyRule](../types/InputPrivacyRule.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputPrivacyValueDisallowContacts = ['_' => 'inputPrivacyValueDisallowContacts'];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_": "inputPrivacyValueDisallowContacts"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
inputPrivacyValueDisallowContacts={_='inputPrivacyValueDisallowContacts'}
|
|
|
|
```
|
|
|
|
|