Package org.drinkless.tdlib
Class TdApi.InputPollMediaAnimation
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPollMedia
org.drinkless.tdlib.TdApi.InputPollMediaAnimation
- Enclosing class:
- TdApi
An animation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe animation to be sent.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionAn animation.InputPollMediaAnimation(TdApi.InputAnimation animation) An animation. -
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 to be sent. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputPollMediaAnimation
public InputPollMediaAnimation()An animation. -
InputPollMediaAnimation
An animation.- Parameters:
animation- The animation to be sent.
-
-
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
-