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 InlineMenuAPI-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.handlers.inline.events
├─ com.github.unafraid.telegrambot.handlers.inline.events.IInlineCallbackEvent.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.inline.events.IInlineMessageEvent.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.inline.events.InlineCallbackEvent.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.inline.events.InlineMessageEvent.class - [JAR]
com.github.unafraid.telegrambot.handlers.inline
├─ com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.inline.InlineButton.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.inline.InlineButtonBuilder.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.inline.InlineContext.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.inline.InlineMenu.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.inline.InlineMenuBuilder.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.inline.InlineUserData.class - [JAR]
com.github.unafraid.telegrambot.handlers.inline.layout
├─ com.github.unafraid.telegrambot.handlers.inline.layout.IInlineMenuLayout.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.inline.layout.InlineFixedButtonsPerRowLayout.class - [JAR]
├─ com.github.unafraid.telegrambot.handlers.inline.layout.InlineRowDefinedLayout.class - [JAR]