java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Animations
- Enclosing class:
- TdApi
Represents a list of animations.
-
Field Summary
Modifier and TypeFieldDescriptionList of animations.static final int
-
Constructor Summary
ConstructorDescriptionRepresents a list of animations.Animations
(TdApi.Animation[] animations) Represents a list of animations.Animations
(DataInput input) Represents a list of animations. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
animations
List of animations. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
Animations
public Animations()Represents a list of animations. -
Animations
Represents a list of animations.- Parameters:
animations
- Animation[] List of animations.
-
Animations
Represents a list of animations.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-