Module tdlight.api

Class TdApi.UpdateSavedAnimations

Enclosing class:
TdApi

public static final class TdApi.UpdateSavedAnimations extends TdApi.Update
The list of saved animations was updated.
  • Field Details

    • animationIds

      public int[] animationIds
      The new list of file identifiers of saved animations.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateSavedAnimations

      public UpdateSavedAnimations()
      The list of saved animations was updated.
    • UpdateSavedAnimations

      public UpdateSavedAnimations(int[] animationIds)
      The list of saved animations was updated.
      Parameters:
      animationIds - int[] The new list of file identifiers of saved animations.
    • UpdateSavedAnimations

      public UpdateSavedAnimations(DataInput input) throws IOException
      The list of saved animations was updated.
      Throws:
      IOException
  • Method Details