jar

io.github.nazarovctrl : telegram-bot-spring

Maven & Gradle

Aug 20, 2023
14 stars

io.github.nazarovctrl:telegram-bot-spring · Library for telegram-bot with spring

Table Of Contents

Latest Version

Download io.github.nazarovctrl : telegram-bot-spring JAR file - Latest Versions:

All Versions

Download io.github.nazarovctrl : telegram-bot-spring JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

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 telegram-bot-spring-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.nazarovctrl.telegrambotspring.service

├─ io.github.nazarovctrl.telegrambotspring.service.AbstractButtonService.class - [JAR]

├─ io.github.nazarovctrl.telegrambotspring.service.AbstractSentenceService.class - [JAR]

io.github.nazarovctrl.telegrambotspring.bot.webhook

├─ io.github.nazarovctrl.telegrambotspring.bot.webhook.TelegramWebhookBot.class - [JAR]

├─ io.github.nazarovctrl.telegrambotspring.bot.webhook.WebHookController.class - [JAR]

io.github.nazarovctrl.telegrambotspring.annotation

├─ io.github.nazarovctrl.telegrambotspring.annotation.EnableTelegramLongPollingBot.class - [JAR]

├─ io.github.nazarovctrl.telegrambotspring.annotation.EnableTelegramWebhookBot.class - [JAR]

io.github.nazarovctrl.telegrambotspring.function

├─ io.github.nazarovctrl.telegrambotspring.function.Controller.class - [JAR]

├─ io.github.nazarovctrl.telegrambotspring.function.Initialize.class - [JAR]

├─ io.github.nazarovctrl.telegrambotspring.function.Search.class - [JAR]

io.github.nazarovctrl.telegrambotspring

├─ io.github.nazarovctrl.telegrambotspring.TelegramSpringApplication.class - [JAR]

io.github.nazarovctrl.telegrambotspring.bot.longpolling

├─ io.github.nazarovctrl.telegrambotspring.bot.longpolling.TelegramLongPollingBot.class - [JAR]

io.github.nazarovctrl.telegrambotspring.bot

├─ io.github.nazarovctrl.telegrambotspring.bot.BotConfig.class - [JAR]

├─ io.github.nazarovctrl.telegrambotspring.bot.BotInitializer.class - [JAR]

├─ io.github.nazarovctrl.telegrambotspring.bot.MessageSender.class - [JAR]

io.github.nazarovctrl.telegrambotspring.controller

├─ io.github.nazarovctrl.telegrambotspring.controller.UpdateController.class - [JAR]