jar

io.github.justlel : tghandlers

Maven & Gradle

May 13, 2022
1 stars

TGHandlers · An implementation to pengrad's telegram-bot-api that adds some useful functionalities.

Table Of Contents

Latest Version

Download io.github.justlel : tghandlers JAR file - Latest Versions:

All Versions

Download io.github.justlel : tghandlers JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tghandlers-0.3.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.justlel.tghandlers.configs

├─ io.github.justlel.tghandlers.configs.YamlManager.class - [JAR]

io.github.justlel.tghandlers.models.handlers

├─ io.github.justlel.tghandlers.models.handlers.AbstractUpdateHandler.class - [JAR]

├─ io.github.justlel.tghandlers.models.handlers.GenericUpdateHandler.class - [JAR]

├─ io.github.justlel.tghandlers.models.handlers.SpecificUpdateHandler.class - [JAR]

io.github.justlel.tghandlers.models

├─ io.github.justlel.tghandlers.models.HandlerInterface.class - [JAR]

io.github.justlel.tghandlers.configs.yamls

├─ io.github.justlel.tghandlers.configs.yamls.YamlInterface.class - [JAR]

io.github.justlel.tghandlers.models.dispatcher

├─ io.github.justlel.tghandlers.models.dispatcher.AbstractUpdateDispatcher.class - [JAR]

├─ io.github.justlel.tghandlers.models.dispatcher.UpdatesDispatcher.class - [JAR]

io.github.justlel.tghandlers.api

├─ io.github.justlel.tghandlers.api.ActionsAPIHelper.class - [JAR]

Advertisement