public static class TdApi.UserStatusOnline extends TdApi.UserStatus
TdApi.UserStatus.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.UserStatus