public static class TdApi.InputMessageAnimation extends TdApi.InputMessageContent
TdApi.InputMessageContent.Constructors
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.
|
int |
height
Height of the animation; may be replaced by the server.
|
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)
An animation message (GIF-style).
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputFile animation
public TdApi.InputThumbnail thumbnail
public int[] addedStickerFileIds
public int duration
public int width
public int height
public TdApi.FormattedText caption
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)
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.public int getConstructor()
getConstructor
in class TdApi.InputMessageContent