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-client-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sergiomartinrubio.http.serializer
├─ com.sergiomartinrubio.http.serializer.BotMessageSerializer.class - [JAR]
├─ com.sergiomartinrubio.http.serializer.ForwardMessageSerializer.class - [JAR]
com.sergiomartinrubio.http.model
├─ com.sergiomartinrubio.http.model.BotMessage.class - [JAR]
├─ com.sergiomartinrubio.http.model.ForwardMessage.class - [JAR]
├─ com.sergiomartinrubio.http.model.HttpMethod.class - [JAR]
├─ com.sergiomartinrubio.http.model.RequestBody.class - [JAR]
com.sergiomartinrubio.client.utils
├─ com.sergiomartinrubio.client.utils.Methods.class - [JAR]
com.sergiomartinrubio.model
├─ com.sergiomartinrubio.model.Chat.class - [JAR]
├─ com.sergiomartinrubio.model.ChatType.class - [JAR]
├─ com.sergiomartinrubio.model.ErrorResponse.class - [JAR]
├─ com.sergiomartinrubio.model.Message.class - [JAR]
├─ com.sergiomartinrubio.model.Response.class - [JAR]
├─ com.sergiomartinrubio.model.Result.class - [JAR]
├─ com.sergiomartinrubio.model.SuccessfulResponse.class - [JAR]
├─ com.sergiomartinrubio.model.User.class - [JAR]
com.sergiomartinrubio.http
├─ com.sergiomartinrubio.http.HttpRequestClient.class - [JAR]
├─ com.sergiomartinrubio.http.HttpRequestClientFactory.class - [JAR]
├─ com.sergiomartinrubio.http.HttpRequestClientImpl.class - [JAR]
com.sergiomartinrubio
├─ com.sergiomartinrubio.Main.class - [JAR]
com.sergiomartinrubio.client
├─ com.sergiomartinrubio.client.TelegramBotClient.class - [JAR]
├─ com.sergiomartinrubio.client.TelegramBotClientFactory.class - [JAR]
├─ com.sergiomartinrubio.client.TelegramBotClientImpl.class - [JAR]
com.sergiomartinrubio.exception
├─ com.sergiomartinrubio.exception.TelegramException.class - [JAR]