mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
668 B
668 B
title | description | nav_exclude | image |
---|---|---|---|
userStatusOffline | The user's offline status. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: userStatusOffline
The user's offline status.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
was_online | int | Yes | Time the user was last seen online |
Type: UserStatus
Example:
$userStatusOffline = ['_' => 'userStatusOffline', 'was_online' => int];