MadelineProtoDocs/docs/API_docs/constructors/userStatusOnline.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];