public interface TelegramService
| Modifier and Type | Method and Description |
|---|---|
UpdateResult |
getUpdates(Long offset,
Integer limit,
Integer timeoutSeconds) |
boolean |
removeWebhook() |
void |
sendMessage(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback,
OutgoingMessage message) |
boolean |
setWebhook(String url) |
UpdateResult getUpdates(Long offset, Integer limit, Integer timeoutSeconds)
void sendMessage(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback,
OutgoingMessage message)
boolean setWebhook(String url)
boolean removeWebhook()
Apache Camel