public static class TdApi.UserStatusOffline extends TdApi.UserStatus
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
wasOnline
Point in time (Unix timestamp) when the user was last online.
|
| Constructor and Description |
|---|
UserStatusOffline()
The user is offline.
|
UserStatusOffline(int wasOnline)
The user is offline.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int wasOnline
public static final int CONSTRUCTOR
public UserStatusOffline()
public UserStatusOffline(int wasOnline)
wasOnline - Point in time (Unix timestamp) when the user was last online.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object