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-context-main-0.0.72.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.struchkov.godfather.telegram.main.context.exception
├─ dev.struchkov.godfather.telegram.main.context.exception.TelegramBanBotException.class - [JAR]
├─ dev.struchkov.godfather.telegram.main.context.exception.TelegramBotException.class - [JAR]
├─ dev.struchkov.godfather.telegram.main.context.exception.TelegramReplaceSenderException.class - [JAR]
├─ dev.struchkov.godfather.telegram.main.context.exception.TelegramSenderException.class - [JAR]
dev.struchkov.godfather.telegram.main.context
├─ dev.struchkov.godfather.telegram.main.context.BoxAnswerPayload.class - [JAR]
├─ dev.struchkov.godfather.telegram.main.context.MailPayload.class - [JAR]
dev.struchkov.godfather.telegram.main.context.convert
├─ dev.struchkov.godfather.telegram.main.context.convert.CallbackQueryConvert.class - [JAR]
├─ dev.struchkov.godfather.telegram.main.context.convert.MessageChatMailConvert.class - [JAR]
├─ dev.struchkov.godfather.telegram.main.context.convert.MessageMailConvert.class - [JAR]
├─ dev.struchkov.godfather.telegram.main.context.convert.SubscribeConvert.class - [JAR]
├─ dev.struchkov.godfather.telegram.main.context.convert.UnsubscribeConvert.class - [JAR]