mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 07:47:48 +01:00
20 lines
302 B
Markdown
20 lines
302 B
Markdown
|
---
|
||
|
title: userStatusRecently
|
||
|
description: userStatusRecently attributes, type and example
|
||
|
---
|
||
|
## Constructor: userStatusRecently
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [UserStatus](../types/UserStatus.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$userStatusRecently = ['_' => 'userStatusRecently', ];
|
||
|
```
|