Uses of Class
org.apache.camel.component.telegram.model.OutgoingStickerMessage
-
Packages that use OutgoingStickerMessage Package Description org.apache.camel.component.telegram.model -
-
Uses of OutgoingStickerMessage in org.apache.camel.component.telegram.model
Methods in org.apache.camel.component.telegram.model that return OutgoingStickerMessage Modifier and Type Method Description static OutgoingStickerMessage
OutgoingStickerMessage. createWithFileId(String fileId, String chatId, Boolean disableNotification, Long replyToMessageId)
CreatesOutgoingStickerMessage
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)
CreatesOutgoingStickerMessage
based on a given webp image.static OutgoingStickerMessage
OutgoingStickerMessage. createWithUrl(String url, String chatId, Boolean disableNotification, Long replyToMessageId)
CreatesOutgoingStickerMessage
based on a HTTP URL as a String for Telegram to get a .webp file from the Internet.
-