34 lines
519 B
Markdown
34 lines
519 B
Markdown
---
|
|
title: privacyValueAllowContacts
|
|
description: Privacy value allow contacts
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: privacyValueAllowContacts
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Privacy value allow contacts
|
|
|
|
|
|
|
|
|
|
### Type: [PrivacyRule](../types/PrivacyRule.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```php
|
|
$privacyValueAllowContacts = ['_' => 'privacyValueAllowContacts'];
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
privacyValueAllowContacts={_='privacyValueAllowContacts'}
|
|
|
|
```
|
|
|
|
|