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

30 lines
651 B
Markdown

---
title: "userStatusLastWeek"
description: "Online status: last seen last week"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: userStatusLastWeek
[Back to constructors index](/API_docs/constructors/index.html)
Online status: last seen last week
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|by\_me|[Bool](/API_docs/types/Bool.html) | Optional|
### Type: [UserStatus](/API_docs/types/UserStatus.html)
### Example:
```
$userStatusLastWeek = ['_' => 'userStatusLastWeek', 'by_me' => Bool];
```