Uses of Interface
org.telegram.telegrambots.extensions.bots.commandbot.commands.ICommandRegistry
Packages that use ICommandRegistry
Package
Description
-
Uses of ICommandRegistry in org.telegram.telegrambots.extensions.bots.commandbot
Classes in org.telegram.telegrambots.extensions.bots.commandbot that implement ICommandRegistryModifier and TypeClassDescriptionclassThis class adds command functionality to the TelegramLongPollingBotclassThis class adds command functionality to the TelegramWebhookBot -
Uses of ICommandRegistry in org.telegram.telegrambots.extensions.bots.commandbot.commands
Classes in org.telegram.telegrambots.extensions.bots.commandbot.commands that implement ICommandRegistryModifier and TypeClassDescriptionfinal classThis 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 ICommandRegistryModifier and TypeMethodDescriptionstatic StringHelpCommand.getHelpText(ICommandRegistry registry) Returns the command and description of all supplied commands as a formatted String