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
Identifier uniquely determining type of the object.boolean
True, if the animation preview must be covered by a spoiler animation.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 hasSpoiler, boolean isSecret) An animation message (GIF-style).MessageAnimation
(DataInput input) An animation message (GIF-style). -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
animation
The animation description. -
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 CONSTRUCTORIdentifier uniquely determining type of the object.- 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
- The animation description.caption
- Animation caption.hasSpoiler
- True, if the animation preview must be covered by a spoiler animation.isSecret
- True, if the animation thumbnail must be blurred and the animation must be shown only while tapped.
-
MessageAnimation
An animation message (GIF-style).- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-