Uses of Class
org.telegram.telegrambots.meta.api.methods.send.SendPhoto
-
Packages that use SendPhoto Package Description org.telegram.telegrambots.meta.api.methods.send org.telegram.telegrambots.meta.bots -
-
Uses of SendPhoto in org.telegram.telegrambots.meta.api.methods.send
Methods in org.telegram.telegrambots.meta.api.methods.send that return SendPhoto Modifier and Type Method Description SendPhotoSendPhoto. disableNotification()SendPhotoSendPhoto. enableNotification()SendPhotoSendPhoto. setCaption(String caption)SendPhotoSendPhoto. setChatId(Long chatId)SendPhotoSendPhoto. setChatId(String chatId)SendPhotoSendPhoto. setParseMode(String parseMode)SendPhotoSendPhoto. setPhoto(File file)SendPhotoSendPhoto. setPhoto(String photo)SendPhotoSendPhoto. setPhoto(String photoName, InputStream inputStream)SendPhotoSendPhoto. setPhoto(InputFile photo)SendPhotoSendPhoto. setReplyMarkup(ReplyKeyboard replyMarkup)SendPhotoSendPhoto. setReplyToMessageId(Integer replyToMessageId) -
Uses of SendPhoto in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots with parameters of type SendPhoto Modifier and Type Method Description abstract MessageAbsSender. execute(SendPhoto sendPhoto)
-