mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
670 B
670 B
title | description | nav_exclude | image |
---|---|---|---|
userStatusOnline | Online status of the user. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: userStatusOnline
Online status of the user.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
expires | int | Yes | Time to expiration of the current online status |
Type: UserStatus
Example:
$userStatusOnline = ['_' => 'userStatusOnline', 'expires' => int];