Package org.drinkless.tdlib
Class TdApi.InputPageBlockAnimation
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPageBlock
org.drinkless.tdlib.TdApi.InputPageBlockAnimation
- Enclosing class:
- TdApi
An animation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe animation to be sent.Animation caption; pass null if none.static final intIdentifier uniquely determining type of the object.booleanTrue, if the animation preview must be covered by a spoiler animation. -
Constructor Summary
ConstructorsConstructorDescriptionAn animation.InputPageBlockAnimation(TdApi.InputAnimation animation, TdApi.PageBlockCaption caption, boolean hasSpoiler) 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. -
caption
Animation caption; pass null if none. -
hasSpoiler
public boolean hasSpoilerTrue, if the animation preview must be covered by a spoiler animation. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputPageBlockAnimation
public InputPageBlockAnimation()An animation. -
InputPageBlockAnimation
public InputPageBlockAnimation(TdApi.InputAnimation animation, TdApi.PageBlockCaption caption, boolean hasSpoiler) An animation.- Parameters:
animation- The animation to be sent.caption- Animation caption; pass null if none.hasSpoiler- True, if the animation preview must be covered by a spoiler 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
-