public static class TdApi.PageBlockAnimation extends TdApi.PageBlock
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object