Uses of Interface
org.telegram.telegrambots.longpolling.interfaces.LongPollingUpdateConsumer
Packages that use LongPollingUpdateConsumer
Package
Description
-
Uses of LongPollingUpdateConsumer in org.telegram.telegrambots.longpolling
Methods in org.telegram.telegrambots.longpolling with parameters of type LongPollingUpdateConsumerModifier and TypeMethodDescriptionTelegramBotsLongPollingApplication.registerBot(String botToken, Supplier<TelegramUrl> telegramUrlSupplier, Function<Integer, GetUpdates> getUpdatesGenerator, LongPollingUpdateConsumer updatesConsumer) TelegramBotsLongPollingApplication.registerBot(String botToken, LongPollingUpdateConsumer updatesConsumer) Constructors in org.telegram.telegrambots.longpolling with parameters of type LongPollingUpdateConsumerModifierConstructorDescriptionBotSession(ObjectMapper objectMapper, OkHttpClient okHttpClient, ScheduledExecutorService executor, String botToken, Supplier<TelegramUrl> telegramUrlSupplier, Function<Integer, GetUpdates> getUpdatesGenerator, Supplier<BackOff> backOffSupplier, LongPollingUpdateConsumer updatesConsumer) -
Uses of LongPollingUpdateConsumer in org.telegram.telegrambots.longpolling.util
Subinterfaces of LongPollingUpdateConsumer in org.telegram.telegrambots.longpolling.util