1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-16 00:36:54 +01:00
MadelineProto/docs/TD_docs/constructors/userStatusEmpty.md

44 lines
607 B
Markdown
Raw Normal View History

---
title: userStatusEmpty
description: User status was newer changed
---
## Constructor: userStatusEmpty
[Back to constructors index](index.md)
User status was newer changed
### Attributes:
| Name | Type | Required | Description |
|----------|:-------------:|:--------:|------------:|
### Type: [UserStatus](../types/UserStatus.md)
### Example:
```
$userStatusEmpty = ['_' => 'userStatusEmpty', ];
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_":"userStatusEmpty"}
```
Or, if you're into Lua:
```
userStatusEmpty={_='userStatusEmpty', }
```