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
int
Duration of the animation, in seconds.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) An animation message (GIF-style).InputMessageAnimation
(DataInput input) An animation message (GIF-style). -
Method Summary
Methods 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- 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) An animation message (GIF-style).- Parameters:
animation
- InputFile Animation file to be sent.thumbnail
- InputThumbnail Animation thumbnail; pass null to skip thumbnail uploading.addedStickerFileIds
- int[] File identifiers of the stickers added to the animation, if applicable.duration
- int Duration of the animation, in seconds.width
- int Width of the animation; may be replaced by the server.height
- int Height of the animation; may be replaced by the server.caption
- FormattedText Animation caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.
-
InputMessageAnimation
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()
-