Package bpmn.handler.telegram
Interface TelegramService
- All Known Implementing Classes:
TelegramServiceImpl
public interface TelegramService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendMessage
(String chatId, String message) void
sendMessage
(String chatId, String message, MessageFormat messageFormat)
-
Method Details
-
sendMessage
void sendMessage(String chatId, String message) throws org.telegram.telegrambots.meta.exceptions.TelegramApiException - Throws:
org.telegram.telegrambots.meta.exceptions.TelegramApiException
-
sendMessage
void sendMessage(String chatId, String message, MessageFormat messageFormat) throws org.telegram.telegrambots.meta.exceptions.TelegramApiException - Throws:
org.telegram.telegrambots.meta.exceptions.TelegramApiException
-