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