public static class TdApi.LinkPreviewTypeAnimation extends TdApi.LinkPreviewType
| Modifier and Type | Field and Description |
|---|---|
TdApi.Animation |
animation
The animation.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
LinkPreviewTypeAnimation()
The link is a link to an animation.
|
LinkPreviewTypeAnimation(TdApi.Animation animation)
The link is a link to an animation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Animation animation
public static final int CONSTRUCTOR
public LinkPreviewTypeAnimation()
public LinkPreviewTypeAnimation(TdApi.Animation animation)
animation - The animation.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object