Uses of Interface
org.telegram.telegrambots.extensions.bots.commandbot.commands.ICommandRegistry
-
-
Uses of ICommandRegistry in org.telegram.telegrambots.extensions.bots.commandbot
Classes in org.telegram.telegrambots.extensions.bots.commandbot that implement ICommandRegistry Modifier and Type Class Description classTelegramLongPollingCommandBotThis class adds command functionality to the TelegramLongPollingBot -
Uses of ICommandRegistry in org.telegram.telegrambots.extensions.bots.commandbot.commands
Classes in org.telegram.telegrambots.extensions.bots.commandbot.commands that implement ICommandRegistry Modifier and Type Class Description classCommandRegistryThis class manages all the commands for a bot. -
Uses of ICommandRegistry in org.telegram.telegrambots.extensions.bots.commandbot.commands.helpCommand
Methods in org.telegram.telegrambots.extensions.bots.commandbot.commands.helpCommand with parameters of type ICommandRegistry Modifier and Type Method Description static StringHelpCommand. getHelpText(ICommandRegistry registry)Returns the command and description of all supplied commands as a formatted String
-