Class SendCaption
java.lang.Object
io.micronaut.chatbots.telegram.api.send.Send
io.micronaut.chatbots.telegram.api.send.SendText
io.micronaut.chatbots.telegram.api.send.SendCaption
Send content with caption.
- Since:
- 1.0.0
- Author:
- Sergio del Amo
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.chatbots.telegram.api.send.SendText
getParseMode, setParseMode
Methods inherited from class io.micronaut.chatbots.telegram.api.send.Send
getChatId, getDisableNotification, getMethod, getReplyMarkup, getReplyToMessageId, setChatId, setDisableNotification, setReplyMarkup, setReplyToMessageId
-
Constructor Details
-
SendCaption
-
-
Method Details
-
getCaption
- Returns:
- Element Caption
-
setCaption
- Parameters:
caption
- Element Caption.
-