All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.netgrid.got.telegram.properties.TelegramPropertiesConfiguration Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
package it.netgrid.got.telegram.properties;

public interface TelegramPropertiesConfiguration {

	public String getBotToken();
	
	public String getSendTopic();
	
	public String getReceiveTopic();
	
	public String getErrorTopic();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy