it.netgrid.got.telegram.properties.TelegramPropertiesConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegram-connector Show documentation
Show all versions of telegram-connector Show documentation
Bauer's stand-alone connector to the Telegram API
package it.netgrid.got.telegram.properties;
public interface TelegramPropertiesConfiguration {
public String getBotToken();
public String getSendTopic();
public String getReceiveTopic();
public String getErrorTopic();
}