public static class TdApi.PushMessageContentAnimation extends TdApi.PushMessageContent
TdApi.PushMessageContent.Constructors
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() |
toString
@Nullable public 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()
getConstructor
in class TdApi.PushMessageContent