Package it.tdlight.jni
Class TdApi.Animations
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Animations
- Enclosing class:
- TdApi
public static class TdApi.Animations extends TdApi.Object
Represents a list of animations.
-
Field Summary
Fields Modifier and Type Field Description TdApi.Animation[]
animations
List of animations.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description Animations()
Represents a list of animations.Animations(TdApi.Animation[] animations)
Represents a list of animations.Animations(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
Constructor Details
-
Animations
public Animations()Represents a list of animations. -
Animations
Represents a list of animations.- Parameters:
animations
- Animation[] List of animations.
-
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()
-