Package org.drinkless.tdlib
Class TdApi.UserStatusOffline
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UserStatus
org.drinkless.tdlib.TdApi.UserStatusOffline
- Enclosing class:
- TdApi
The user is offline.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intPoint in time (Unix timestamp) when the user was last online. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
wasOnline
public int wasOnlinePoint in time (Unix timestamp) when the user was last online. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UserStatusOffline
public UserStatusOffline()The user is offline. -
UserStatusOffline
public UserStatusOffline(int wasOnline) The user is offline.- Parameters:
wasOnline- Point in time (Unix timestamp) when the user was last online.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-