Package org.drinkless.tdlib
Class TdApi.PageBlockAnimation
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PageBlock
org.drinkless.tdlib.TdApi.PageBlockAnimation
- Enclosing class:
- TdApi
An animation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAnimation file; may be null.Animation caption.static final intIdentifier uniquely determining type of the object.booleanTrue, if the animation must be played automatically. -
Constructor Summary
ConstructorsConstructorDescriptionAn animation.PageBlockAnimation(TdApi.Animation animation, TdApi.PageBlockCaption caption, boolean needAutoplay) 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
Animation file; may be null. -
caption
Animation caption. -
needAutoplay
public boolean needAutoplayTrue, if the animation must be played automatically. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PageBlockAnimation
public PageBlockAnimation()An animation. -
PageBlockAnimation
public PageBlockAnimation(TdApi.Animation animation, TdApi.PageBlockCaption caption, boolean needAutoplay) An animation.- Parameters:
animation- Animation file; may be null.caption- Animation caption.needAutoplay- True, if the animation must be played automatically.
-
-
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
-