public static class TdApi.UpdateSavedAnimations extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
int[] |
animationIds
The new list of file identifiers of saved animations.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
UpdateSavedAnimations()
The list of saved animations was updated.
|
UpdateSavedAnimations(int[] animationIds)
The list of saved animations was updated.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int[] animationIds
public static final int CONSTRUCTOR
public UpdateSavedAnimations()
public UpdateSavedAnimations(int[] animationIds)
animationIds
- The new list of file identifiers of saved animations.public int getConstructor()
getConstructor
in class TdApi.Update