public static class TdApi.PageBlockAnimation extends TdApi.PageBlock
TdApi.PageBlock.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.Animation |
animation
Animation file; may be null.
|
TdApi.PageBlockCaption |
caption
Animation caption.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
needAutoplay
True, if the animation must be played automatically.
|
Constructor and Description |
---|
PageBlockAnimation()
An animation.
|
PageBlockAnimation(TdApi.Animation animation,
TdApi.PageBlockCaption caption,
boolean needAutoplay)
An animation.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
@Nullable public TdApi.Animation animation
public TdApi.PageBlockCaption caption
public boolean needAutoplay
public static final int CONSTRUCTOR
public PageBlockAnimation()
public PageBlockAnimation(TdApi.Animation animation, TdApi.PageBlockCaption caption, boolean needAutoplay)
animation
- Animation file; may be null.caption
- Animation caption.needAutoplay
- True, if the animation must be played automatically.public int getConstructor()
getConstructor
in class TdApi.PageBlock