- Enclosing class:
- TdApi
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
Modifier and TypeFieldDescriptionThe animation file to be added.static final int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorDescriptionManually 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) Manually adds a new animation to the list of saved animations. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
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
- 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.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:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-