public static class TdApi.UserStatusOnline extends TdApi.UserStatus
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
expires
Point in time (Unix timestamp) when the user's online status will expire.
|
| Constructor and Description |
|---|
UserStatusOnline()
The user is online.
|
UserStatusOnline(int expires)
The user is online.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int expires
public static final int CONSTRUCTOR
public UserStatusOnline()
public UserStatusOnline(int expires)
expires - Point in time (Unix timestamp) when the user's online status will expire.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object