jar

io.github.aliaksandrrachko : telegrambots-declarative-spring-boot-starter

Maven & Gradle

Mar 12, 2022
0 stars

Declarative Telegram Bot · A simple-to-use spring boot starter to create Telegram Bots in Java

Table Of Contents

Latest Version

Download io.github.aliaksandrrachko : telegrambots-declarative-spring-boot-starter JAR file - Latest Versions:

All Versions

Download io.github.aliaksandrrachko : telegrambots-declarative-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 telegrambots-declarative-spring-boot-starter-0.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.aliaksandrrachko.telegram.bot

├─ io.github.aliaksandrrachko.telegram.bot.Bot.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.Operation.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.UpdateReceiver.class - [JAR]

io.github.aliaksandrrachko.telegram.bot.method

├─ io.github.aliaksandrrachko.telegram.bot.method.AnnotationMethodHandlerSupplier.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.method.AnnotationMethodHandlerSupplierImpl.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.method.MethodExecutor.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.method.MethodExecutorImpl.class - [JAR]

io.github.aliaksandrrachko.telegram.bot.exceptionhander

├─ io.github.aliaksandrrachko.telegram.bot.exceptionhander.DefaultExceptionHandler.class - [JAR]

io.github.aliaksandrrachko.telegram.bot.config

├─ io.github.aliaksandrrachko.telegram.bot.config.TelegramBotConfig.class - [JAR]

io.github.aliaksandrrachko.telegram.bot.example

├─ io.github.aliaksandrrachko.telegram.bot.example.Example.class - [JAR]

io.github.aliaksandrrachko.telegram.bot.abstraction

├─ io.github.aliaksandrrachko.telegram.bot.abstraction.AEntity.class - [JAR]

io.github.aliaksandrrachko.telegram.bot.messagesender

├─ io.github.aliaksandrrachko.telegram.bot.messagesender.TelegramBotMessageSender.class - [JAR]

io.github.aliaksandrrachko.telegram.bot.user.service

├─ io.github.aliaksandrrachko.telegram.bot.user.service.IUserStateService.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.user.service.UserStateServiceDefaultImpl.class - [JAR]

io.github.aliaksandrrachko.telegram.bot.update

├─ io.github.aliaksandrrachko.telegram.bot.update.UpdateHolder.class - [JAR]

io.github.aliaksandrrachko.telegram.bot.user.model

├─ io.github.aliaksandrrachko.telegram.bot.user.model.User.class - [JAR]

io.github.aliaksandrrachko.telegram.bot.utils

├─ io.github.aliaksandrrachko.telegram.bot.utils.KeyboardUtil.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.utils.SendMessageUtil.class - [JAR]

io.github.aliaksandrrachko.telegram.bot.annotation

├─ io.github.aliaksandrrachko.telegram.bot.annotation.CallBack.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.annotation.Command.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.annotation.ExceptionHandler.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.annotation.Handler.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.annotation.MessageTextQuery.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.annotation.State.class - [JAR]

io.github.aliaksandrrachko.telegram.bot.exception

├─ io.github.aliaksandrrachko.telegram.bot.exception.MessageNotFoundAmongMethodArgsException.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.exception.UnsupportedTelegramBotMappingException.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.exception.UnsupportedViewException.class - [JAR]

io.github.aliaksandrrachko.telegram.bot.view

├─ io.github.aliaksandrrachko.telegram.bot.view.AnswerCallBackQueryView.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.view.CollectionView.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.view.IntegerView.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.view.SendMessageView.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.view.StringView.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.view.View.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.view.ViewSupplier.class - [JAR]

├─ io.github.aliaksandrrachko.telegram.bot.view.ViewSupplierImpl.class - [JAR]