java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageAnimation
- Enclosing class:
- TdApi
An animation message (GIF-style).
-
Field Summary
Modifier and TypeFieldDescriptionThe animation description.Animation caption.static final int
boolean
True, if the animation thumbnail must be blurred and the animation must be shown only while tapped. -
Constructor Summary
ConstructorDescriptionAn animation message (GIF-style).MessageAnimation
(TdApi.Animation animation, TdApi.FormattedText caption, boolean isSecret) An animation message (GIF-style).MessageAnimation
(DataInput input) An animation message (GIF-style). -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
animation
The animation description. -
isSecret
public boolean isSecretTrue, if the animation thumbnail must be blurred and the animation must be shown only while tapped. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageAnimation
public MessageAnimation()An animation message (GIF-style). -
MessageAnimation
An animation message (GIF-style).- Parameters:
animation
- Animation The animation description.caption
- FormattedText Animation caption.isSecret
- boolean True, if the animation thumbnail must be blurred and the animation must be shown only while tapped.
-
MessageAnimation
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()
-