java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateSavedAnimations
- Enclosing class:
- TdApi
The list of saved animations was updated.
-
Field Summary
Modifier and TypeFieldDescriptionint[]
The new list of file identifiers of saved animations.static final int
-
Constructor Summary
ConstructorDescriptionThe list of saved animations was updated.UpdateSavedAnimations
(int[] animationIds) The list of saved animations was updated.UpdateSavedAnimations
(DataInput input) The list of saved animations was updated. -
Method Summary
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:
-
-
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
The list of saved animations was updated.- 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()
-