37 lines
511 B
Markdown
37 lines
511 B
Markdown
---
|
|
title: userStatusEmpty
|
|
description: User status was newer changed
|
|
---
|
|
## Constructor: userStatusEmpty
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
User status was newer changed
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|:-------------:|:--------:|------------:|
|
|
|
|
|
|
|
|
### Type: [UserStatus](../types/UserStatus.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$userStatusEmpty = ['_' => 'userStatusEmpty', ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
userStatusEmpty={_='userStatusEmpty', }
|
|
|
|
```
|
|
|
|
|