- getAllowedUpdates() - Method in class org.telegram.telegrambots.bots.DefaultBotOptions
-
- getBotToken() - Method in class org.telegram.telegrambots.bots.DefaultAbsSender
-
Returns the token of the bot to be able to perform Telegram Api Requests
- getCommandIdentifier() - Method in class org.telegram.telegrambots.bots.commands.BotCommand
-
Get the identifier of this command
- getCurrentIntervalMillis() - Method in class org.telegram.telegrambots.updatesreceivers.ExponentialBackOff
-
Returns the current retry interval in milliseconds.
- getDescription() - Method in class org.telegram.telegrambots.bots.commands.BotCommand
-
Get the description of this command
- getElapsedTimeMillis() - Method in class org.telegram.telegrambots.updatesreceivers.ExponentialBackOff
-
- getExponentialBackOff() - Method in class org.telegram.telegrambots.bots.DefaultBotOptions
-
- getInitialIntervalMillis() - Method in class org.telegram.telegrambots.updatesreceivers.ExponentialBackOff.Builder
-
Returns the initial retry interval in milliseconds.
- getInitialIntervalMillis() - Method in class org.telegram.telegrambots.updatesreceivers.ExponentialBackOff
-
Returns the initial retry interval in milliseconds.
- getMaxElapsedTimeMillis() - Method in class org.telegram.telegrambots.updatesreceivers.ExponentialBackOff.Builder
-
Returns the maximum elapsed time in milliseconds.
- getMaxElapsedTimeMillis() - Method in class org.telegram.telegrambots.updatesreceivers.ExponentialBackOff
-
Returns the maximum elapsed time in milliseconds.
- getMaxIntervalMillis() - Method in class org.telegram.telegrambots.updatesreceivers.ExponentialBackOff.Builder
-
Returns the maximum value of the back off period in milliseconds.
- getMaxIntervalMillis() - Method in class org.telegram.telegrambots.updatesreceivers.ExponentialBackOff
-
Returns the maximum value of the back off period in milliseconds.
- getMaxThreads() - Method in class org.telegram.telegrambots.bots.DefaultBotOptions
-
- getMaxWebhookConnections() - Method in class org.telegram.telegrambots.bots.DefaultBotOptions
-
- getMultiplier() - Method in class org.telegram.telegrambots.updatesreceivers.ExponentialBackOff.Builder
-
Returns the value to multiply the current interval with for each retry attempt.
- getMultiplier() - Method in class org.telegram.telegrambots.updatesreceivers.ExponentialBackOff
-
Returns the value to multiply the current interval with for each retry attempt.
- getOptions() - Method in class org.telegram.telegrambots.bots.DefaultAbsSender
-
- getRandomizationFactor() - Method in class org.telegram.telegrambots.updatesreceivers.ExponentialBackOff.Builder
-
Returns the randomization factor to use for creating a range around the retry interval.
- getRandomizationFactor() - Method in class org.telegram.telegrambots.updatesreceivers.ExponentialBackOff
-
Returns the randomization factor to use for creating a range around the retry interval.
- getRegisteredCommand(String) - Method in class org.telegram.telegrambots.bots.commands.CommandRegistry
-
- getRegisteredCommand(String) - Method in interface org.telegram.telegrambots.bots.commands.ICommandRegistry
-
get registered command
- getRegisteredCommand(String) - Method in class org.telegram.telegrambots.bots.TelegramLongPollingCommandBot
-
- getRegisteredCommands() - Method in class org.telegram.telegrambots.bots.commands.CommandRegistry
-
- getRegisteredCommands() - Method in interface org.telegram.telegrambots.bots.commands.ICommandRegistry
-
get a collection of all registered commands
- getRegisteredCommands() - Method in class org.telegram.telegrambots.bots.TelegramLongPollingCommandBot
-
- getRequestConfig() - Method in class org.telegram.telegrambots.bots.DefaultBotOptions
-