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 CoreAPI-1.0.14.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.unafraid.telegrambot.bots
├─ com.github.unafraid.telegrambot.bots.AbstractTelegramBot.class - [JAR]
├─ com.github.unafraid.telegrambot.bots.DefaultTelegramBot.class - [JAR]
com.github.unafraid.telegrambot.util
├─ com.github.unafraid.telegrambot.util.BotUtil.class - [JAR]
├─ com.github.unafraid.telegrambot.util.CommonUtil.class - [JAR]
├─ com.github.unafraid.telegrambot.util.IThrowableFunction.class - [JAR]
├─ com.github.unafraid.telegrambot.util.MapUtil.class - [JAR]
com.github.unafraid.telegrambot.handlers
├─ com.github.unafraid.telegrambot.handlers.IAccessLevelValidator.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.ICallbackQueryHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.ICancelHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IChannelPostHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IChatJoinRequestHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IChatMemberHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IChosenInlineQueryHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.ICommandHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IDocumentMessageHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IEditedChannelPostHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IEditedMessageHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IHasMyChatMemberHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IInlineQueryHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IMessageHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IPollAnswerHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IPollHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IPreCheckoutQueryHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IShippingQueryHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.ITelegramHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IUnknownUpdateHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.IUpdateHandler.class - [JAR]