1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-19 08:31:36 +01:00

31 lines
391 B
Markdown
Raw Normal View History

---
title: userStatusLastWeek
description: userStatusLastWeek attributes, type and example
---
## Constructor: userStatusLastWeek
[Back to constructors index](index.md)
### Type: [UserStatus](../types/UserStatus.md)
### Example:
```
$userStatusLastWeek = ['_' => 'userStatusLastWeek', ];
```
Or, if you're into Lua:
```
userStatusLastWeek={_='userStatusLastWeek', }
```