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
FieldsModifier 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 intintDuration of the animation, in seconds.booleanTrue, if the animation preview must be covered by a spoiler animation; not supported in secret chats.intHeight of the animation; may be replaced by the server.Animation thumbnail; pass null to skip thumbnail uploading.intWidth of the animation; may be replaced by the server. - 
Constructor Summary
ConstructorsConstructorDescriptionAn 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
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. - 
caption
Animation caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters. - 
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 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, boolean hasSpoiler) 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.hasSpoiler- boolean True, if the animation preview must be covered by a spoiler animation; not supported in secret chats.
 - 
InputMessageAnimation
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() 
 -