mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 11:07:22 +01:00
20 lines
374 B
Markdown
20 lines
374 B
Markdown
|
---
|
||
|
title: inputPrivacyValueAllowContacts
|
||
|
description: inputPrivacyValueAllowContacts attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputPrivacyValueAllowContacts
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputPrivacyRule](../types/InputPrivacyRule.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputPrivacyValueAllowContacts = ['_' => 'inputPrivacyValueAllowContacts', ];
|
||
|
```
|