public interface TelegramService
Modifier and Type | Method and Description |
---|---|
UpdateResult |
getUpdates(String authorizationToken,
Long offset,
Integer limit,
Integer timeoutSeconds) |
void |
sendMessage(String authorizationToken,
OutgoingMessage message) |
UpdateResult getUpdates(String authorizationToken, Long offset, Integer limit, Integer timeoutSeconds)
void sendMessage(String authorizationToken, OutgoingMessage message)
Apache Camel