Uses of Class
org.telegram.telegrambots.bots.DefaultBotOptions
Packages that use DefaultBotOptions
-
Uses of DefaultBotOptions in org.telegram.telegrambots.bots
Methods in org.telegram.telegrambots.bots that return DefaultBotOptionsConstructors in org.telegram.telegrambots.bots with parameters of type DefaultBotOptionsModifierConstructorDescriptionprotectedDefaultAbsSender(DefaultBotOptions options) Deprecated.Overwriting the getBotToken() method is deprecated.protectedDefaultAbsSender(DefaultBotOptions options, String botToken) TelegramLongPollingBot(DefaultBotOptions options) Deprecated.Overwriting the getBotToken() method is deprecated.TelegramLongPollingBot(DefaultBotOptions options, String botToken) TelegramWebhookBot(DefaultBotOptions options) Deprecated.Overwriting the getBotToken() method is deprecated.TelegramWebhookBot(DefaultBotOptions options, String botToken) -
Uses of DefaultBotOptions in org.telegram.telegrambots.facilities
Methods in org.telegram.telegrambots.facilities with parameters of type DefaultBotOptionsModifier and TypeMethodDescriptionstatic org.apache.http.impl.client.CloseableHttpClientTelegramHttpClientBuilder.build(DefaultBotOptions options)