mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 01:19:56 +01:00
44 lines
604 B
Markdown
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'}
|
|
|
|
```
|
|
|
|
|