public static class TdApi.UnconfirmedSession extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
deviceModel
Model of the device that was used for the session creation, as provided by the application.
|
long |
id
Session identifier.
|
java.lang.String |
location
A human-readable description of the location from which the session was created, based on the IP address.
|
int |
logInDate
Point in time (Unix timestamp) when the user has logged in.
|
| Constructor and Description |
|---|
UnconfirmedSession()
Contains information about an unconfirmed session.
|
UnconfirmedSession(long id,
int logInDate,
java.lang.String deviceModel,
java.lang.String location)
Contains information about an unconfirmed session.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long id
public int logInDate
public java.lang.String deviceModel
public java.lang.String location
public static final int CONSTRUCTOR
public UnconfirmedSession()
public UnconfirmedSession(long id,
int logInDate,
java.lang.String deviceModel,
java.lang.String location)
id - Session identifier.logInDate - Point in time (Unix timestamp) when the user has logged in.deviceModel - Model of the device that was used for the session creation, as provided by the application.location - A human-readable description of the location from which the session was created, based on the IP address.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object