org.telegram.telegrambots.longpolling.starter.SpringLongPollingBot Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegrambots-springboot-longpolling-starter Show documentation
Show all versions of telegrambots-springboot-longpolling-starter Show documentation
Easy to use library to create Telegram Bots
The newest version!
package org.telegram.telegrambots.longpolling.starter;
import org.telegram.telegrambots.longpolling.interfaces.LongPollingUpdateConsumer;
public interface SpringLongPollingBot {
String getBotToken();
LongPollingUpdateConsumer getUpdatesConsumer();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy