Layer 220
UserStatusOnline
Online status of the user.
constructor
userStatusOnline#edb93949 expires:int = UserStatus;
Parameters
| Name | Type | Description |
|---|---|---|
| Expires | int | Time to expiration of the current online status |
Returns
UserStatusGogram Example
// Creating UserStatusOnline constructor obj := &tg.UserStatusOnline{ Expires: 0, }