1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:07:47 +01:00
MadelineProto/docs/API_docs/constructors/userStatusEmpty.md
2017-07-23 16:11:02 +02:00

607 B

title description
userStatusEmpty User status was newer changed

Constructor: userStatusEmpty

Back to constructors index

User status was newer changed

Attributes:

Name Type Required Description

Type: UserStatus

Example:

$userStatusEmpty = ['_' => 'userStatusEmpty', ];

PWRTelegram json-encoded version:

{"_":"userStatusEmpty"}

Or, if you're into Lua:

userStatusEmpty={_='userStatusEmpty', }