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
FieldsModifier and TypeFieldDescriptionThe animation description.Animation caption.static final intbooleanTrue, if the animation preview must be covered by a spoiler animation.booleanTrue, if the animation thumbnail must be blurred and the animation must be shown only while tapped. -
Constructor Summary
ConstructorsConstructorDescriptionAn animation message (GIF-style).MessageAnimation(TdApi.Animation animation, TdApi.FormattedText caption, boolean hasSpoiler, 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. -
caption
Animation caption. -
hasSpoiler
public boolean hasSpoilerTrue, if the animation preview must be covered by a spoiler animation. -
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
public MessageAnimation(TdApi.Animation animation, TdApi.FormattedText caption, boolean hasSpoiler, boolean isSecret) An animation message (GIF-style).- Parameters:
animation- Animation The animation description.caption- FormattedText Animation caption.hasSpoiler- boolean True, if the animation preview must be covered by a spoiler animation.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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-