1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 15:06:55 +01:00
MadelineProto/docs/TD_docs/constructors/userStatusEmpty.md
2017-07-23 16:33:46 +02:00

44 lines
604 B
Markdown

---
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'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "userStatusEmpty"}
```
Or, if you're into Lua:
```
userStatusEmpty={_='userStatusEmpty'}
```