Uses of Class
org.apache.camel.component.telegram.model.OutgoingMessage
-
-
Uses of OutgoingMessage in org.apache.camel.component.telegram
Methods in org.apache.camel.component.telegram with parameters of type OutgoingMessage Modifier and Type Method Description voidTelegramService. sendMessage(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, OutgoingMessage message) -
Uses of OutgoingMessage in org.apache.camel.component.telegram.model
Subclasses of OutgoingMessage in org.apache.camel.component.telegram.model Modifier and Type Class Description classEditMessageCaptionMessageMessage to edit captions of messages.classEditMessageDeleteUsed to delete a message, including service messages.classEditMessageLiveLocationMessageclassEditMessageMediaMessageMessage to edit animation, audio, document, photo, or video messages.classEditMessageReplyMarkupMessageMessage to edit only the reply markup of messages.classEditMessageTextMessageMessage to edit text and game messages.classOutgoingAnswerInlineQueryObject to send when answering to an inline query.classOutgoingAudioMessageAn outgoing audio message.classOutgoingCallbackQueryMessageUsed to send answers to callback queries sent from inline keyboards.classOutgoingDocumentMessageAn outgoing document message.classOutgoingGameMessageUsed to send a game.classOutgoingGetGameHighScoresMessageUsed to get data for high score tables.classOutgoingPhotoMessageAn outgoing photo message.classOutgoingSetGameScoreMessageMessage used this method to set the score of the specified user in a game.classOutgoingStickerMessageAn outgoing sticker message.classOutgoingTextMessageAn outgoing text message.classOutgoingVideoMessageAn outgoing video message.classSendLocationMessageclassSendVenueMessageclassStopMessageLiveLocationMessage -
Uses of OutgoingMessage in org.apache.camel.component.telegram.service
Methods in org.apache.camel.component.telegram.service with parameters of type OutgoingMessage Modifier and Type Method Description voidTelegramServiceRestBotAPIAdapter. sendMessage(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, OutgoingMessage message) -
Uses of OutgoingMessage in org.apache.camel.component.telegram.util
Methods in org.apache.camel.component.telegram.util that return OutgoingMessage Modifier and Type Method Description static OutgoingMessageTelegramConverter. toOutgoingMessage(byte[] message, org.apache.camel.Exchange exchange)static OutgoingMessageTelegramConverter. toOutgoingMessage(Object message, org.apache.camel.Exchange exchange)Fallback converter for any unlisted object, using String default mapping.static OutgoingMessageTelegramConverter. toOutgoingMessage(String message, org.apache.camel.Exchange exchange)
-