Class 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 Details

  • Constructor Details

    • RemoveSavedAnimation

      public RemoveSavedAnimation()
      Removes an animation from the list of saved animations.

      Returns Ok

    • RemoveSavedAnimation

      public RemoveSavedAnimation​(TdApi.InputFile animation)
      Removes an animation from the list of saved animations.

      Returns Ok

      Parameters:
      animation - InputFile Animation file to be removed.
    • RemoveSavedAnimation

      public RemoveSavedAnimation​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details