Package org.drinkless.tdlib
Class TdApi.UpdateSavedAnimations
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.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[]animationIdsThe new list of file identifiers of saved animations.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description UpdateSavedAnimations()The list of saved animations was updated.UpdateSavedAnimations(int[] animationIds)The list of saved animations was updated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
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()
The list of saved animations was updated.
-
UpdateSavedAnimations
public UpdateSavedAnimations(int[] animationIds)
The list of saved animations was updated.- Parameters:
animationIds- The new list of file identifiers of saved animations.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-