java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputMessageContent
it.tdlight.jni.TdApi.InputMessageAnimation
- Enclosing class:
- TdApi
An animation message (GIF-style).
-
Field Summary
Modifier and TypeFieldDescriptionint[]
File identifiers of the stickers added to the animation, if applicable.Animation file to be sent.Animation caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.static final int
Identifier uniquely determining type of the object.int
Duration of the animation, in seconds.boolean
True, if the animation preview must be covered by a spoiler animation; not supported in secret chats.int
Height of the animation; may be replaced by the server.Animation thumbnail; pass null to skip thumbnail uploading.int
Width of the animation; may be replaced by the server. -
Constructor Summary
ConstructorDescriptionAn animation message (GIF-style).InputMessageAnimation
(TdApi.InputFile animation, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int duration, int width, int height, TdApi.FormattedText caption, boolean hasSpoiler) An animation message (GIF-style).InputMessageAnimation
(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
Animation file to be sent. -
thumbnail
Animation thumbnail; pass null to skip thumbnail uploading. -
addedStickerFileIds
public int[] addedStickerFileIdsFile identifiers of the stickers added to the animation, if applicable. -
duration
public int durationDuration of the animation, in seconds. -
width
public int widthWidth of the animation; may be replaced by the server. -
height
public int heightHeight of the animation; may be replaced by the server. -
hasSpoiler
public boolean hasSpoilerTrue, if the animation preview must be covered by a spoiler animation; not supported in secret chats. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessageAnimation
public InputMessageAnimation()An animation message (GIF-style). -
InputMessageAnimation
public InputMessageAnimation(TdApi.InputFile animation, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int duration, int width, int height, TdApi.FormattedText caption, boolean hasSpoiler) An animation message (GIF-style).- Parameters:
animation
- Animation file to be sent.thumbnail
- Animation thumbnail; pass null to skip thumbnail uploading.addedStickerFileIds
- File identifiers of the stickers added to the animation, if applicable.duration
- Duration of the animation, in seconds.width
- Width of the animation; may be replaced by the server.height
- Height of the animation; may be replaced by the server.caption
- Animation caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.hasSpoiler
- True, if the animation preview must be covered by a spoiler animation; not supported in secret chats.
-
InputMessageAnimation
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()
-