Package it.tdlight.jni
Class TdApi.UpdateSavedAnimations
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateSavedAnimations
- Enclosing class:
- TdApi
public static class TdApi.UpdateSavedAnimations extends TdApi.Update
The list of saved animations was updated.
-
Field Summary
Fields Modifier and Type Field Description int[]
animationIds
The new list of file identifiers of saved animations.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description UpdateSavedAnimations()
The list of saved animations was updated.UpdateSavedAnimations(int[] animationIds)
The list of saved animations was updated.UpdateSavedAnimations(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
-
animationIds
public int[] animationIdsThe new list of file identifiers of saved animations. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateSavedAnimations
public UpdateSavedAnimations()The list of saved animations was updated. -
UpdateSavedAnimations
public UpdateSavedAnimations(int[] animationIds)The list of saved animations was updated.- Parameters:
animationIds
- int[] The new list of file identifiers of saved animations.
-
UpdateSavedAnimations
- 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()
-