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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object