public class InputMediaPhoto extends InputMedia
| Constructor and Description |
|---|
InputMediaPhoto() |
InputMediaPhoto(String media,
String caption,
String parseMode)
Builds
InputMediaPhoto instance. |
getCaption, getMedia, getParseMode, getType, setCaption, setMedia, setParseMode, setTypepublic InputMediaPhoto(String media, String caption, String parseMode)
InputMediaPhoto 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.public InputMediaPhoto()
Apache Camel