| Package | Description |
|---|---|
| org.apache.camel.component.telegram.model |
| Modifier and Type | Class and Description |
|---|---|
class |
InputMediaAnimation
Represents an animation file (GIF or H.264/MPEG-4 AVC video without sound) to be sent.
|
class |
InputMediaAudio
Represents an audio file to be treated as music to be sent.
|
class |
InputMediaPhoto
Represents a photo to be sent.
|
class |
InputMediaVideo
Represents a video to be sent.
|
| Modifier and Type | Method and Description |
|---|---|
InputMedia |
EditMessageMediaMessage.getMedia() |
| Modifier and Type | Method and Description |
|---|---|
EditMessageMediaMessage.Builder |
EditMessageMediaMessage.Builder.media(InputMedia media) |
| Constructor and Description |
|---|
EditMessageMediaMessage(String chatId,
Integer messageId,
String inlineMessageId,
InputMedia media,
InlineKeyboardMarkup replyMarkup)
Builds
EditMessageMediaMessage instance. |
Apache Camel