mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 05:56:55 +01:00
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', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|