MadelineProtoDocs/docs/API_docs/constructors/userStatusLastMonth.md
2024-05-01 14:53:46 +02:00

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];
```