public static class TdApi.PushMessageContentAnimation extends TdApi.PushMessageContent
| Modifier and Type | Field and Description |
|---|---|
TdApi.Animation |
animation
Message content; may be null.
|
java.lang.String |
caption
Animation caption.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isPinned
True, if the message is a pinned message with the specified content.
|
| Constructor and Description |
|---|
PushMessageContentAnimation()
An animation message (GIF-style).
|
PushMessageContentAnimation(TdApi.Animation animation,
java.lang.String caption,
boolean isPinned)
An animation message (GIF-style).
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Animation animation
public java.lang.String caption
public boolean isPinned
public static final int CONSTRUCTOR
public PushMessageContentAnimation()
public PushMessageContentAnimation(TdApi.Animation animation, java.lang.String caption, boolean isPinned)
animation - Message content; may be null.caption - Animation caption.isPinned - True, if the message is a pinned message with the specified content.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object