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 WF-TelegramClientApi-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
wf.utils.telegram_client_api.spring
├─ wf.utils.telegram_client_api.spring.TelegramClientUpdateHandlerBeanPostProcessor.class - [JAR]
wf.utils.telegram_client_api.models.exception
├─ wf.utils.telegram_client_api.models.exception.TelegramClientRequestException.class - [JAR]
wf.utils.telegram_client_api.spring.annotation
├─ wf.utils.telegram_client_api.spring.annotation.TelegramClientController.class - [JAR]
├─ wf.utils.telegram_client_api.spring.annotation.TelegramClientMessageHandler.class - [JAR]
├─ wf.utils.telegram_client_api.spring.annotation.TelegramClientTextMessageHandler.class - [JAR]
├─ wf.utils.telegram_client_api.spring.annotation.TelegramClientUpdateHandler.class - [JAR]
wf.utils.telegram_client_api
├─ wf.utils.telegram_client_api.TelegramClient.class - [JAR]
wf.utils.telegram_client_api.models
├─ wf.utils.telegram_client_api.models.ClientExecutor.class - [JAR]
├─ wf.utils.telegram_client_api.models.MessageHandler.class - [JAR]
├─ wf.utils.telegram_client_api.models.SenderSelectorType.class - [JAR]
├─ wf.utils.telegram_client_api.models.SimpleAuthorizationState.class - [JAR]