1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 11:07:40 +01:00
MadelineProto/docs/API_docs/constructors/userStatusLastWeek.md
2018-03-20 19:39:53 +01:00

524 B

title description
userStatusLastWeek User is offline, but was online last week

Constructor: userStatusLastWeek

Back to constructors index

User is offline, but was online last week

Type: UserStatus

Example:

$userStatusLastWeek = ['_' => 'userStatusLastWeek'];

PWRTelegram json-encoded version:

{"_": "userStatusLastWeek"}

Or, if you're into Lua:

userStatusLastWeek={_='userStatusLastWeek'}