37 lines
561 B
Markdown
37 lines
561 B
Markdown
|
---
|
||
|
title: userStatusLastMonth
|
||
|
description: User is offline, but was online last month
|
||
|
---
|
||
|
## Constructor: userStatusLastMonth
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
User is offline, but was online last month
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|:-------------:|:--------:|------------:|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [UserStatus](../types/UserStatus.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$userStatusLastMonth = ['_' => 'userStatusLastMonth', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
userStatusLastMonth={_='userStatusLastMonth', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|