Uses of Interface
org.telegram.telegrambots.extensions.bots.commandbot.commands.helpCommand.IManCommand
Packages that use IManCommand
-
Uses of IManCommand in org.telegram.telegrambots.extensions.bots.commandbot.commands.helpCommand
Classes in org.telegram.telegrambots.extensions.bots.commandbot.commands.helpCommand that implement IManCommandModifier and TypeClassDescriptionclassA special bot command used for printing help messages similiar to the Linux man command.classMethods in org.telegram.telegrambots.extensions.bots.commandbot.commands.helpCommand with parameters of type IManCommandModifier and TypeMethodDescriptionstatic StringHelpCommand.getManText(IManCommand command) Reads the extended Description from a BotCommand;