| Package | Description |
|---|---|
| org.telegram.telegrambots.api.methods.send | |
| org.telegram.telegrambots.api.objects.media |
| Modifier and Type | Method and Description |
|---|---|
List<InputMedia> |
SendMediaGroup.getMedia() |
| Modifier and Type | Method and Description |
|---|---|
void |
SendMediaGroup.setMedia(List<InputMedia> media) |
| Constructor and Description |
|---|
SendMediaGroup(Long chatId,
List<InputMedia> media) |
SendMediaGroup(String chatId,
List<InputMedia> media) |
| Modifier and Type | Class and Description |
|---|---|
class |
InputMediaPhoto |
class |
InputMediaVideo |
| Modifier and Type | Method and Description |
|---|---|
InputMedia |
InputMedia.setCaption(String caption) |
InputMedia<T> |
InputMedia.setParseMode(String parseMode) |
Copyright © 2018. All rights reserved.