4baac3178e
Add PHP, Lua language tag to Code area
40 lines
555 B
Markdown
40 lines
555 B
Markdown
---
|
|
title: userStatusEmpty
|
|
description: User status was newer changed
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: userStatusEmpty
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
User status was newer changed
|
|
|
|
|
|
|
|
|
|
### Type: [UserStatus](../types/UserStatus.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```php
|
|
$userStatusEmpty = ['_' => 'userStatusEmpty'];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_": "userStatusEmpty"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
userStatusEmpty={_='userStatusEmpty'}
|
|
|
|
```
|
|
|
|
|