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