public class InputMediaAnimation extends InputMedia
| Constructor and Description |
|---|
InputMediaAnimation() |
InputMediaAnimation(String media,
String caption,
String parseMode,
Integer width,
Integer height,
Integer duration)
Builds
InputMediaAnimation instance. |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDuration() |
Integer |
getHeight() |
Integer |
getWidth() |
void |
setDuration(Integer duration) |
void |
setHeight(Integer heigth) |
void |
setWidth(Integer width) |
getCaption, getMedia, getParseMode, getType, setCaption, setMedia, setParseMode, setTypepublic InputMediaAnimation(String media, String caption, String parseMode, Integer width, Integer height, Integer duration)
InputMediaAnimation instance.media - File to send. Pass a file_id to send a file that exists on the Telegram servers, or pass an HTTP
URL for Telegram to get a file from the Internetcaption - Optional. Caption of the video to be sent, 0-1024 charactersparseMode - Optional. Send 'Markdown' or 'HTML', if you want Telegram apps to show bold, italic, fixed-width
text or inline URLs in the media caption.width - Optional. width.height - Optional. height.duration - Optional. duration.public InputMediaAnimation()
Apache Camel