MadelineProto/docs/API_docs/constructors/userStatusLastWeek.md
2017-07-23 16:33:46 +02:00

649 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

Attributes:

Name Type Required Description

Type: UserStatus

Example:

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

PWRTelegram json-encoded version:

{"_": "userStatusLastWeek"}

Or, if you're into Lua:

userStatusLastWeek={_='userStatusLastWeek'}