mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 10:27:21 +01:00
479 B
479 B
title | description |
---|---|
userStatusEmpty | User status was newer changed |
Constructor: userStatusEmpty
User status was newer changed
Type: UserStatus
Example:
$userStatusEmpty = ['_' => 'userStatusEmpty'];
PWRTelegram json-encoded version:
{"_": "userStatusEmpty"}
Or, if you're into Lua:
userStatusEmpty={_='userStatusEmpty'}