public static class TdApi.Animations extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.Animation[] |
animations
List of animations.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
Animations()
Represents a list of animations.
|
Animations(TdApi.Animation[] animations)
Represents a list of animations.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Animation[] animations
public static final int CONSTRUCTOR
public Animations()
public Animations(TdApi.Animation[] animations)
animations - List of animations.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object