1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 00:47:46 +01:00
MadelineProto/old_docs/API_docs_v25/constructors/inputPrivacyValueDisallowContacts.md

22 lines
393 B
Markdown
Raw Normal View History

---
title: inputPrivacyValueDisallowContacts
description: inputPrivacyValueDisallowContacts attributes, type and example
---
## Constructor: inputPrivacyValueDisallowContacts
[Back to constructors index](index.md)
### Type: [InputPrivacyRule](../types/InputPrivacyRule.md)
### Example:
```
$inputPrivacyValueDisallowContacts = ['_' => 'inputPrivacyValueDisallowContacts', ];
```