Uses of Class
org.telegram.telegrambots.bots.DefaultBotOptions
-
Packages that use DefaultBotOptions Package Description org.telegram.telegrambots.bots org.telegram.telegrambots.facilities -
-
Uses of DefaultBotOptions in org.telegram.telegrambots.bots
Methods in org.telegram.telegrambots.bots that return DefaultBotOptions Modifier and Type Method Description DefaultBotOptionsDefaultAbsSender. getOptions()Constructors in org.telegram.telegrambots.bots with parameters of type DefaultBotOptions Constructor Description DefaultAbsSender(DefaultBotOptions options)TelegramLongPollingBot(DefaultBotOptions options)TelegramWebhookBot(DefaultBotOptions options) -
Uses of DefaultBotOptions in org.telegram.telegrambots.facilities
Methods in org.telegram.telegrambots.facilities with parameters of type DefaultBotOptions Modifier and Type Method Description static org.apache.http.impl.client.CloseableHttpClientTelegramHttpClientBuilder. build(DefaultBotOptions options)
-