Class TdApi.UpdateSavedAnimations

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      int[] animationIds
      The new list of file identifiers of saved animations.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
    • Field Detail

      • animationIds

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdateSavedAnimations

        public UpdateSavedAnimations()
        Default constructor.
      • UpdateSavedAnimations

        public UpdateSavedAnimations​(int[] animationIds)
        Constructor for initialization of all fields.
        Parameters:
        animationIds - The new list of file identifiers of saved animations.