Package org.drinkless.tdlib
Class TdApi.RemoveSavedAnimation
- Enclosing class:
- TdApi
Removes an animation from the list of saved animations.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionAnimation file to be removed.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which removes an animation from the list of saved animations.RemoveSavedAnimation(TdApi.InputFile animation) Creates a function, which removes an animation from the list of saved animations. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
animation
Animation file to be removed. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RemoveSavedAnimation
public RemoveSavedAnimation()Default constructor for a function, which removes an animation from the list of saved animations.Returns
Ok -
RemoveSavedAnimation
Creates a function, which removes an animation from the list of saved animations.Returns
Ok- Parameters:
animation- Animation file to be removed.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-