| Package | Description |
|---|---|
| org.telegram.telegrambots.api.methods.send | |
| org.telegram.telegrambots.bots |
| Modifier and Type | Method and Description |
|---|---|
SendPhoto |
SendPhoto.disableNotification() |
SendPhoto |
SendPhoto.enableNotification() |
SendPhoto |
SendPhoto.setCaption(String caption) |
SendPhoto |
SendPhoto.setChatId(String chatId) |
SendPhoto |
SendPhoto.setNewPhoto(File file) |
SendPhoto |
SendPhoto.setNewPhoto(String photoName,
InputStream inputStream) |
SendPhoto |
SendPhoto.setPhoto(String photo) |
SendPhoto |
SendPhoto.setReplyMarkup(ReplyKeyboard replyMarkup) |
SendPhoto |
SendPhoto.setReplyToMessageId(Integer replyToMessageId) |
| Modifier and Type | Method and Description |
|---|---|
Message |
AbsSender.sendPhoto(SendPhoto sendPhoto) |
Copyright © 2016. All rights reserved.