java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PushMessageContent
it.tdlight.jni.TdApi.PushMessageContentAnimation
- Enclosing class:
- TdApi
An animation message (GIF-style).
-
Field Summary
Modifier and TypeFieldDescriptionMessage content; may be null.Animation caption.static final int
boolean
True, if the message is a pinned message with the specified content. -
Constructor Summary
ConstructorDescriptionAn animation message (GIF-style).PushMessageContentAnimation
(TdApi.Animation animation, String caption, boolean isPinned) An animation message (GIF-style).An animation message (GIF-style). -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
animation
Message content; may be null. -
isPinned
public boolean isPinnedTrue, if the message is a pinned message with the specified content. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PushMessageContentAnimation
public PushMessageContentAnimation()An animation message (GIF-style). -
PushMessageContentAnimation
An animation message (GIF-style).- Parameters:
animation
- Animation Message content; may be null.caption
- String Animation caption.isPinned
- boolean True, if the message is a pinned message with the specified content.
-
PushMessageContentAnimation
An animation message (GIF-style).- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-