Class SendPhoto
java.lang.Object
io.micronaut.chatbots.telegram.api.send.Send
io.micronaut.chatbots.telegram.api.send.SendText
io.micronaut.chatbots.telegram.api.send.SendCaption
io.micronaut.chatbots.telegram.api.send.SendPhoto
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.chatbots.telegram.api.send.SendCaption
getCaption, setCaption
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
-
Field Details
-
SEND_PHOTO
- See Also:
-
-
Constructor Details
-
SendPhoto
public SendPhoto()
-
-
Method Details
-
getPhoto
- Returns:
- Photo to send.
-
setPhoto
- Parameters:
photo
- Photo to send.
-