mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:57:46 +01:00
561 B
561 B
title | description |
---|---|
userStatusLastMonth | User is offline, but was online last month |
Constructor: userStatusLastMonth
User is offline, but was online last month
Attributes:
Name | Type | Required | Description |
---|
Type: UserStatus
Example:
$userStatusLastMonth = ['_' => 'userStatusLastMonth', ];
Or, if you're into Lua:
userStatusLastMonth={_='userStatusLastMonth', }