public static class TdApi.InputMessageAnimation extends TdApi.InputMessageContent
| Modifier and Type | Field and Description |
|---|---|
int[] |
addedStickerFileIds
File identifiers of the stickers added to the animation, if applicable.
|
TdApi.InputFile |
animation
Animation file to be sent.
|
TdApi.FormattedText |
caption
Animation caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
duration
Duration of the animation, in seconds.
|
boolean |
hasSpoiler
True, if the animation preview must be covered by a spoiler animation; not supported in secret chats.
|
int |
height
Height of the animation; may be replaced by the server.
|
boolean |
showCaptionAboveMedia
True, if the caption must be shown above the animation; otherwise, the caption must be shown below the animation; not supported in secret chats.
|
TdApi.InputThumbnail |
thumbnail
Animation thumbnail; pass null to skip thumbnail uploading.
|
int |
width
Width of the animation; may be replaced by the server.
|
| Constructor and Description |
|---|
InputMessageAnimation()
An animation message (GIF-style).
|
InputMessageAnimation(TdApi.InputFile animation,
TdApi.InputThumbnail thumbnail,
int[] addedStickerFileIds,
int duration,
int width,
int height,
TdApi.FormattedText caption,
boolean showCaptionAboveMedia,
boolean hasSpoiler)
An animation message (GIF-style).
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.InputFile animation
public TdApi.InputThumbnail thumbnail
public int[] addedStickerFileIds
public int duration
public int width
public int height
public TdApi.FormattedText caption
public boolean showCaptionAboveMedia
public boolean hasSpoiler
public static final int CONSTRUCTOR
public InputMessageAnimation()
public InputMessageAnimation(TdApi.InputFile animation, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int duration, int width, int height, TdApi.FormattedText caption, boolean showCaptionAboveMedia, boolean hasSpoiler)
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.showCaptionAboveMedia - True, if the caption must be shown above the animation; otherwise, the caption must be shown below the animation; not supported in secret chats.hasSpoiler - True, if the animation preview must be covered by a spoiler animation; not supported in secret chats.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object