Package org.drinkless.tdlib
Class TdApi.Updates
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Updates
-
- Enclosing class:
- TdApi
public static class TdApi.Updates extends TdApi.Object
Contains a list of updates.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.Update[]updatesList of updates.
-
Constructor Summary
Constructors Constructor Description Updates()Contains a list of updates.Updates(TdApi.Update[] updates)Contains a list of updates.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
updates
public TdApi.Update[] updates
List of updates.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Updates
public Updates()
Contains a list of updates.
-
Updates
public Updates(TdApi.Update[] updates)
Contains a list of updates.- Parameters:
updates- List of updates.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-