Modifier and Type | Method and Description |
---|---|
void |
TelegramService.sendMessage(String authorizationToken,
OutgoingMessage message) |
Modifier and Type | Class and Description |
---|---|
class |
OutgoingAudioMessage
An outgoing audio message.
|
class |
OutgoingDocumentMessage
An outgoing document message.
|
class |
OutgoingPhotoMessage
An outgoing photo message.
|
class |
OutgoingTextMessage
An outgoing text message.
|
class |
OutgoingVideoMessage
An outgoing video message.
|
Modifier and Type | Method and Description |
---|---|
void |
TelegramServiceRestBotAPIAdapter.sendMessage(String authorizationToken,
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