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() |
toString
public TdApi.Animation[] animations
public static final int CONSTRUCTOR
public Animations()
public Animations(TdApi.Animation[] animations)
animations
- List of animations.public int getConstructor()
getConstructor
in class TdApi.Object