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