| Package | Description |
|---|---|
| org.apache.camel.component.telegram.model |
| Modifier and Type | Method and Description |
|---|---|
static OutgoingStickerMessage |
OutgoingStickerMessage.createWithFileId(String fileId,
String chatId,
Boolean disableNotification,
Long replyToMessageId)
Creates
OutgoingStickerMessage based on a file_id to send a file that exists on the Telegram servers. |
static OutgoingStickerMessage |
OutgoingStickerMessage.createWithImage(byte[] image,
String filenameWithExtension,
String chatId,
Boolean disableNotification,
Long replyToMessageId)
Creates
OutgoingStickerMessage based on a given webp image. |
static OutgoingStickerMessage |
OutgoingStickerMessage.createWithUrl(String url,
String chatId,
Boolean disableNotification,
Long replyToMessageId)
Creates
OutgoingStickerMessage based on a HTTP URL as a String for Telegram to get a .webp file from the
Internet. |
Apache Camel