Package it.tdlight.jni
Class TdApi.RemoveSavedAnimation
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.RemoveSavedAnimation
- Enclosing class:
- TdApi
public static class TdApi.RemoveSavedAnimation extends TdApi.Function
Removes an animation from the list of saved animations.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description TdApi.InputFile
animation
Animation file to be removed.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description RemoveSavedAnimation()
Removes an animation from the list of saved animations.RemoveSavedAnimation(TdApi.InputFile animation)
Removes an animation from the list of saved animations.RemoveSavedAnimation(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.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
animation
Animation file to be removed. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
RemoveSavedAnimation
public RemoveSavedAnimation()Removes an animation from the list of saved animations.Returns
Ok
-
RemoveSavedAnimation
Removes an animation from the list of saved animations.Returns
Ok
- Parameters:
animation
- InputFile Animation file to be removed.
-
RemoveSavedAnimation
- 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()
-