Package it.tdlight.jni
Class TdApi.AddSavedAnimation
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.AddSavedAnimation
- Enclosing class:
- TdApi
public static class TdApi.AddSavedAnimation extends TdApi.Function
Manually adds a new animation to the
list of saved animations. The new
animation is added to the beginning
of the list. If the animation was
already in the list, it is removed
first. Only non-secret video animations
with MIME type "video/mp4"
can be added to the list.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description TdApi.InputFile
animation
The animation file to be added.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description AddSavedAnimation()
Manually adds a new animation to the list of saved animations.AddSavedAnimation(TdApi.InputFile animation)
Manually adds a new animation to the list of saved animations.AddSavedAnimation(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
The animation file to be added. Only animations known to the server (i.e., successfully sent via a message) can be added to the list. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
AddSavedAnimation
public AddSavedAnimation()Manually adds a new animation to the list of saved animations. The new animation is added to the beginning of the list. If the animation was already in the list, it is removed first. Only non-secret video animations with MIME type "video/mp4" can be added to the list.Returns
Ok
-
AddSavedAnimation
Manually adds a new animation to the list of saved animations. The new animation is added to the beginning of the list. If the animation was already in the list, it is removed first. Only non-secret video animations with MIME type "video/mp4" can be added to the list.Returns
Ok
- Parameters:
animation
- InputFile The animation file to be added. Only animations known to the server (i.e., successfully sent via a message) can be added to the list.
-
AddSavedAnimation
- 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()
-