Class TdApi.RemoveSavedAnimation

Enclosing class:
TdApi

public static class TdApi.RemoveSavedAnimation extends TdApi.Function<TdApi.Ok>
Removes an animation from the list of saved animations.

Returns Ok

  • Field Details

    • animation

      public TdApi.InputFile animation
      Animation file to be removed.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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

      public RemoveSavedAnimation(TdApi.InputFile animation)
      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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR