37 lines
591 B
Markdown
37 lines
591 B
Markdown
|
---
|
||
|
title: privacyKeyUserStatus
|
||
|
description: Privacy key for managing visibility of the user status
|
||
|
---
|
||
|
## Constructor: privacyKeyUserStatus
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Privacy key for managing visibility of the user status
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|:-------------:|:--------:|------------:|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PrivacyKey](../types/PrivacyKey.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$privacyKeyUserStatus = ['_' => 'privacyKeyUserStatus', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
privacyKeyUserStatus={_='privacyKeyUserStatus', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|