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

661 B

title description
userStatusLastMonth User is offline, but was online last month

Constructor: userStatusLastMonth

Back to constructors index

User is offline, but was online last month

Attributes:

Name Type Required Description

Type: UserStatus

Example:

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

PWRTelegram json-encoded version:

{"_":"userStatusLastMonth"}

Or, if you're into Lua:

userStatusLastMonth={_='userStatusLastMonth', }