Package org.drinkless.tdlib
Class TdApi.UpdateUnconfirmedSession
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateUnconfirmedSession
- Enclosing class:
- TdApi
The first unconfirmed session has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The unconfirmed session; may be null if none.intThe total number of unconfirmed sessions. -
Constructor Summary
ConstructorsConstructorDescriptionThe first unconfirmed session has changed.UpdateUnconfirmedSession(TdApi.UnconfirmedSession session, int unconfirmedSessionCount) The first unconfirmed session has changed. -
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
-
session
The unconfirmed session; may be null if none. -
unconfirmedSessionCount
public int unconfirmedSessionCountThe total number of unconfirmed sessions. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateUnconfirmedSession
public UpdateUnconfirmedSession()The first unconfirmed session has changed. -
UpdateUnconfirmedSession
The first unconfirmed session has changed.- Parameters:
session- The unconfirmed session; may be null if none.unconfirmedSessionCount- The total number of unconfirmed sessions.
-
-
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
-