Package org.drinkless.tdlib
Class TdApi.PollMediaAnimation
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PollMedia
org.drinkless.tdlib.TdApi.PollMediaAnimation
- Enclosing class:
- TdApi
An animation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe animation.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
animation
The animation. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PollMediaAnimation
public PollMediaAnimation()An animation. -
PollMediaAnimation
An animation.- Parameters:
animation- The animation.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-