| Modifier and Type | Method and Description |
|---|---|
void |
TelegramService.sendMessage(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback,
OutgoingMessage message) |
| Modifier and Type | Class and Description |
|---|---|
class |
EditMessageCaptionMessage
Message to edit captions of messages.
|
class |
EditMessageDelete
Used to delete a message, including service messages.
|
class |
EditMessageLiveLocationMessage |
class |
EditMessageMediaMessage
Message to edit animation, audio, document, photo, or video messages.
|
class |
EditMessageReplyMarkupMessage
Message to edit only the reply markup of messages.
|
class |
EditMessageTextMessage
Message to edit text and game messages.
|
class |
OutgoingAnswerInlineQuery
Object to send when answering to an inline query.
|
class |
OutgoingAudioMessage
An outgoing audio message.
|
class |
OutgoingCallbackQueryMessage
Used to send answers to callback queries sent from inline keyboards.
|
class |
OutgoingDocumentMessage
An outgoing document message.
|
class |
OutgoingGameMessage
Used to send a game.
|
class |
OutgoingGetGameHighScoresMessage
Used to get data for high score tables.
|
class |
OutgoingPhotoMessage
An outgoing photo message.
|
class |
OutgoingSetGameScoreMessage
Message used this method to set the score of the specified user in a game.
|
class |
OutgoingStickerMessage
An outgoing sticker message.
|
class |
OutgoingTextMessage
An outgoing text message.
|
class |
OutgoingVideoMessage
An outgoing video message.
|
class |
SendLocationMessage |
class |
SendVenueMessage |
class |
StopMessageLiveLocationMessage |
| Modifier and Type | Method and Description |
|---|---|
void |
TelegramServiceRestBotAPIAdapter.sendMessage(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback,
OutgoingMessage message) |
| Modifier and Type | Method and Description |
|---|---|
static OutgoingMessage |
TelegramConverter.toOutgoingMessage(byte[] message,
org.apache.camel.Exchange exchange) |
static OutgoingMessage |
TelegramConverter.toOutgoingMessage(Object message,
org.apache.camel.Exchange exchange)
Fallback converter for any unlisted object, using String default mapping.
|
static OutgoingMessage |
TelegramConverter.toOutgoingMessage(String message,
org.apache.camel.Exchange exchange) |
Apache Camel