public static class TdApi.UpdateSavedAnimations extends TdApi.Update
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object