Uses of Interface
org.telegram.telegrambots.meta.generics.BotSession
-
Packages that use BotSession Package Description org.telegram.telegrambots.meta -
-
Uses of BotSession in org.telegram.telegrambots.meta
Methods in org.telegram.telegrambots.meta that return BotSession Modifier and Type Method Description BotSessionTelegramBotsApi. registerBot(LongPollingBot bot)Register a bot.Constructor parameters in org.telegram.telegrambots.meta with type arguments of type BotSession Constructor Description TelegramBotsApi(Class<? extends BotSession> botSessionClass)TelegramBotsApi(Class<? extends BotSession> botSessionClass, Webhook webhook)Creates an HTTP server to receive webhook request
-