View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window telegram-bot-3.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
bot.model.query
├─ bot.model.query.Query.class - [JAR]
├─ bot.model.query.QueryBuilder.class - [JAR]
├─ bot.model.query.QueryParser.class - [JAR]
├─ bot.model.query.Regex.class - [JAR]
bot
├─ bot.BotHandler.class - [JAR]
├─ bot.CommandRegistry.class - [JAR]
bot.model
├─ bot.model.Command.class - [JAR]
├─ bot.model.UseCaseCommand.class - [JAR]
bot.exception
├─ bot.exception.EmptyKeyboardException.class - [JAR]
├─ bot.exception.NotHandledCommandException.class - [JAR]
├─ bot.exception.TwoCommandException.class - [JAR]
bot.keyboard
├─ bot.keyboard.InlineKeyboardMarkupBuilder.class - [JAR]
├─ bot.keyboard.ReplyKeyboardMarkupBuilder.class - [JAR]
bot.timed
├─ bot.timed.Chats.class - [JAR]
├─ bot.timed.TimedAbsSender.class - [JAR]
├─ bot.timed.TimedDefaultAbsSender.class - [JAR]
├─ bot.timed.TimedTelegramLongPollingBot.class - [JAR]
bot.model.handling
├─ bot.model.handling.HandleCallbackQuery.class - [JAR]
├─ bot.model.handling.HandleInlineQuery.class - [JAR]