Package it.tdlight.jni
Class TdApi.Updates
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.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 int
CONSTRUCTOR
TdApi.Update[]
updates
List of updates. -
Constructor Summary
Constructors Constructor Description Updates()
Contains a list of updates.Updates(TdApi.Update[] updates)
Contains a list of updates.Updates(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
updates
List of updates. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
Updates
public Updates()Contains a list of updates. -
Updates
Contains a list of updates.- Parameters:
updates
- Update[] List of updates.
-
Updates
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-