public static class TdApi.Sessions extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
inactiveSessionTtlDays
Number of days of inactivity before sessions will automatically be terminated; 1-366 days.
|
TdApi.Session[] |
sessions
List of sessions.
|
Constructor and Description |
---|
Sessions()
Contains a list of sessions.
|
Sessions(TdApi.Session[] sessions,
int inactiveSessionTtlDays)
Contains a list of sessions.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.Session[] sessions
public int inactiveSessionTtlDays
public static final int CONSTRUCTOR
public Sessions()
public Sessions(TdApi.Session[] sessions, int inactiveSessionTtlDays)
sessions
- List of sessions.inactiveSessionTtlDays
- Number of days of inactivity before sessions will automatically be terminated; 1-366 days.public int getConstructor()
getConstructor
in class TdApi.Object