- getBotUsername() - Method in class org.telegram.telegrambots.bots.commandbot.TelegramLongPollingCommandBot
-
- getCommandIdentifier() - Method in class org.telegram.telegrambots.bots.commandbot.commands.BotCommand
-
Get the identifier of this command
- getDescription() - Method in class org.telegram.telegrambots.bots.commandbot.commands.BotCommand
-
Get the description of this command
- getExtendedDescription() - Method in interface org.telegram.telegrambots.bots.commandbot.commands.helpCommand.IManCommand
-
Returns the extended Description of this command
- getExtendedDescription() - Method in class org.telegram.telegrambots.bots.commandbot.commands.helpCommand.ManCommand
-
- getHelpText(BotCommand...) - Static method in class org.telegram.telegrambots.bots.commandbot.commands.helpCommand.HelpCommand
-
Returns the command and description of all supplied commands as a formatted String
- getHelpText(Collection<BotCommand>) - Static method in class org.telegram.telegrambots.bots.commandbot.commands.helpCommand.HelpCommand
-
Returns the command and description of all supplied commands as a formatted String
- getHelpText(ICommandRegistry) - Static method in class org.telegram.telegrambots.bots.commandbot.commands.helpCommand.HelpCommand
-
Returns the command and description of all supplied commands as a formatted String
- getManText(BotCommand) - Static method in class org.telegram.telegrambots.bots.commandbot.commands.helpCommand.HelpCommand
-
Reads the extended Description from a BotCommand.
- getManText(IManCommand) - Static method in class org.telegram.telegrambots.bots.commandbot.commands.helpCommand.HelpCommand
-
Reads the extended Description from a BotCommand;
- getRegisteredCommand(String) - Method in class org.telegram.telegrambots.bots.commandbot.commands.CommandRegistry
-
- getRegisteredCommand(String) - Method in interface org.telegram.telegrambots.bots.commandbot.commands.ICommandRegistry
-
get registered command
- getRegisteredCommand(String) - Method in class org.telegram.telegrambots.bots.commandbot.TelegramLongPollingCommandBot
-
- getRegisteredCommands() - Method in class org.telegram.telegrambots.bots.commandbot.commands.CommandRegistry
-
- getRegisteredCommands() - Method in interface org.telegram.telegrambots.bots.commandbot.commands.ICommandRegistry
-
get a collection of all registered commands
- getRegisteredCommands() - Method in class org.telegram.telegrambots.bots.commandbot.TelegramLongPollingCommandBot
-