Uses of Interface
com.bytedesk.social.telegram.config.SpringLongPollingBot
Packages that use SpringLongPollingBot
-
Uses of SpringLongPollingBot in com.bytedesk.social.telegram.config
Fields in com.bytedesk.social.telegram.config with type parameters of type SpringLongPollingBotModifier and TypeFieldDescriptionprivate final List<SpringLongPollingBot>
TelegramBotInitializer.longPollingBots
Method parameters in com.bytedesk.social.telegram.config with type arguments of type SpringLongPollingBotModifier and TypeMethodDescriptionTelegramConfig.telegramBotInitializer
(org.telegram.telegrambots.longpolling.TelegramBotsLongPollingApplication telegramBotsApplication, org.springframework.beans.factory.ObjectProvider<List<SpringLongPollingBot>> longPollingBots, org.springframework.beans.factory.ObjectProvider<org.telegram.telegrambots.meta.TelegramUrl> telegramUrl) Constructor parameters in com.bytedesk.social.telegram.config with type arguments of type SpringLongPollingBotModifierConstructorDescriptionTelegramBotInitializer
(@NonNull org.telegram.telegrambots.longpolling.TelegramBotsLongPollingApplication telegramBotsApplication, @NonNull List<SpringLongPollingBot> longPollingBots) TelegramBotInitializer
(@NonNull org.telegram.telegrambots.longpolling.TelegramBotsLongPollingApplication telegramBotsApplication, @NonNull List<SpringLongPollingBot> longPollingBots, org.telegram.telegrambots.meta.TelegramUrl telegramUrl)