Uses of Class
org.telegram.telegrambots.meta.api.objects.commands.BotCommand
-
Packages that use BotCommand Package Description org.telegram.telegrambots.meta.api.methods.commands org.telegram.telegrambots.meta.api.objects.commands -
-
Uses of BotCommand in org.telegram.telegrambots.meta.api.methods.commands
Methods in org.telegram.telegrambots.meta.api.methods.commands that return types with arguments of type BotCommand Modifier and Type Method Description ArrayList<BotCommand>GetMyCommands. deserializeResponse(String answer)List<BotCommand>SetMyCommands. getCommands()Method parameters in org.telegram.telegrambots.meta.api.methods.commands with type arguments of type BotCommand Modifier and Type Method Description SetMyCommandsSetMyCommands. setCommands(List<BotCommand> commands)Constructor parameters in org.telegram.telegrambots.meta.api.methods.commands with type arguments of type BotCommand Constructor Description SetMyCommands(List<BotCommand> commands) -
Uses of BotCommand in org.telegram.telegrambots.meta.api.objects.commands
Methods in org.telegram.telegrambots.meta.api.objects.commands that return BotCommand Modifier and Type Method Description BotCommandBotCommand. setCommand(String command)BotCommandBotCommand. setDescription(String description)
-