mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
30 lines
657 B
Markdown
30 lines
657 B
Markdown
|
---
|
||
|
title: "userStatusLastMonth"
|
||
|
description: "Online status: last seen last month"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: userStatusLastMonth
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Online status: last seen last month
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|by\_me|[Bool](/API_docs/types/Bool.html) | Optional|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [UserStatus](/API_docs/types/UserStatus.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$userStatusLastMonth = ['_' => 'userStatusLastMonth', 'by_me' => Bool];
|
||
|
```
|