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