| Package | Description |
|---|---|
| org.telegram.telegrambots.meta.api.methods.send | |
| org.telegram.telegrambots.meta.api.methods.updatingmessages | |
| org.telegram.telegrambots.meta.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 | Method and Description |
|---|---|
InputMedia |
EditMessageMedia.getMedia() |
| Modifier and Type | Method and Description |
|---|---|
void |
EditMessageMedia.setMedia(InputMedia media) |
| Modifier and Type | Class and Description |
|---|---|
class |
InputMediaAnimation |
class |
InputMediaAudio |
class |
InputMediaDocument |
class |
InputMediaPhoto |
class |
InputMediaVideo |
| Modifier and Type | Method and Description |
|---|---|
InputMedia |
InputMedia.setCaption(String caption) |
InputMedia<T> |
InputMedia.setParseMode(String parseMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputMediaSerializer.serialize(InputMedia value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
void |
InputMediaSerializer.serializeWithType(InputMedia value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
Copyright © 2019. All rights reserved.