java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.UserStatus
it.tdlight.jni.TdApi.UserStatusOnline
- Enclosing class:
- TdApi
The user is online.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Point in time (Unix timestamp) when the user's online status will expire. -
Constructor Summary
ConstructorDescriptionThe user is online.UserStatusOnline
(int expires) The user is online.UserStatusOnline
(DataInput input) The user is online. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
expires
public int expiresPoint in time (Unix timestamp) when the user's online status will expire. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UserStatusOnline
public UserStatusOnline()The user is online. -
UserStatusOnline
public UserStatusOnline(int expires) The user is online.- Parameters:
expires
- int Point in time (Unix timestamp) when the user's online status will expire.
-
UserStatusOnline
The user is online.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-