mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 19:27:21 +01:00
19 lines
270 B
Markdown
19 lines
270 B
Markdown
---
|
|
title: privacyValueAllowContacts
|
|
---
|
|
## Constructor: privacyValueAllowContacts
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [PrivacyRule](../types/PrivacyRule.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$privacyValueAllowContacts = ['_' => privacyValueAllowContacts', ];
|
|
``` |