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 OutgoingStickerMessageOutgoingStickerMessage. createWithFileId(String fileId, String chatId, Boolean disableNotification, Long replyToMessageId)CreatesOutgoingStickerMessagebased on a file_id to send a file that exists on the Telegram servers.static OutgoingStickerMessageOutgoingStickerMessage. createWithImage(byte[] image, String filenameWithExtension, String chatId, Boolean disableNotification, Long replyToMessageId)CreatesOutgoingStickerMessagebased on a given webp image.static OutgoingStickerMessageOutgoingStickerMessage. createWithUrl(String url, String chatId, Boolean disableNotification, Long replyToMessageId)CreatesOutgoingStickerMessagebased on a HTTP URL as a String for Telegram to get a .webp file from the Internet.
-