Interface TelegramService

All Known Implementing Classes:
TelegramServiceImpl

public interface TelegramService
  • 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