37 lines
778 B
Markdown
37 lines
778 B
Markdown
---
|
|
title: globalPrivacySettings
|
|
description: globalPrivacySettings attributes, type and example
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: globalPrivacySettings
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|---------------|----------|
|
|
|archive\_and\_mute\_new\_noncontact\_peers|[Bool](../types/Bool.md) | Optional|
|
|
|
|
|
|
|
|
### Type: [GlobalPrivacySettings](../types/GlobalPrivacySettings.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```php
|
|
$globalPrivacySettings = ['_' => 'globalPrivacySettings', 'archive_and_mute_new_noncontact_peers' => Bool];
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
globalPrivacySettings={_='globalPrivacySettings', archive_and_mute_new_noncontact_peers=Bool}
|
|
|
|
```
|
|
|
|
|