jar

com.github.kshashov : spring-boot-starter-telegram

Maven & Gradle

Aug 07, 2023
128 stars

spring-boot-starter-telegram · Spring-boot starter for Telegram bots

Table Of Contents

Latest Version

Download com.github.kshashov : spring-boot-starter-telegram JAR file - Latest Versions:

All Versions

Download com.github.kshashov : spring-boot-starter-telegram JAR file - All Versions:

Version Vulnerabilities Size Updated
0.30
0.29
0.28
0.27
0.26
0.25
0.24
0.23
0.22
0.21
0.20
0.18
0.17
0.16
0.15
0.14

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

com.github.kshashov.telegram.api.bind.annotation.request

├─ com.github.kshashov.telegram.api.bind.annotation.request.CallbackQueryRequest.class - [JAR]

├─ com.github.kshashov.telegram.api.bind.annotation.request.ChannelPostRequest.class - [JAR]

├─ com.github.kshashov.telegram.api.bind.annotation.request.ChosenInlineResultRequest.class - [JAR]

├─ com.github.kshashov.telegram.api.bind.annotation.request.EditedChannelPostRequest.class - [JAR]

├─ com.github.kshashov.telegram.api.bind.annotation.request.EditedMessageRequest.class - [JAR]

├─ com.github.kshashov.telegram.api.bind.annotation.request.InlineQueryRequest.class - [JAR]

├─ com.github.kshashov.telegram.api.bind.annotation.request.MessageRequest.class - [JAR]

├─ com.github.kshashov.telegram.api.bind.annotation.request.PollRequest.class - [JAR]

├─ com.github.kshashov.telegram.api.bind.annotation.request.PreCheckoutQueryRequest.class - [JAR]

├─ com.github.kshashov.telegram.api.bind.annotation.request.ShippingQueryRequest.class - [JAR]

com.github.kshashov.telegram.api

├─ com.github.kshashov.telegram.api.MessageType.class - [JAR]

├─ com.github.kshashov.telegram.api.TelegramMvcController.class - [JAR]

├─ com.github.kshashov.telegram.api.TelegramRequest.class - [JAR]

├─ com.github.kshashov.telegram.api.TelegramSession.class - [JAR]

com.github.kshashov.telegram.handler

├─ com.github.kshashov.telegram.handler.DefaultRequestMappingsMatcherStrategy.class - [JAR]

├─ com.github.kshashov.telegram.handler.DefaultTelegramUpdatesHandler.class - [JAR]

├─ com.github.kshashov.telegram.handler.HandlerMethodContainer.class - [JAR]

├─ com.github.kshashov.telegram.handler.RequestMappingInfo.class - [JAR]

├─ com.github.kshashov.telegram.handler.RequestMappingsMatcherStrategy.class - [JAR]

├─ com.github.kshashov.telegram.handler.TelegramPollingService.class - [JAR]

├─ com.github.kshashov.telegram.handler.TelegramService.class - [JAR]

├─ com.github.kshashov.telegram.handler.TelegramUpdatesHandler.class - [JAR]

├─ com.github.kshashov.telegram.handler.TelegramWebhookService.class - [JAR]

com.github.kshashov.telegram.handler.processor.response

├─ com.github.kshashov.telegram.handler.processor.response.BotBaseRequestMethodProcessor.class - [JAR]

├─ com.github.kshashov.telegram.handler.processor.response.BotHandlerMethodReturnValueHandler.class - [JAR]

├─ com.github.kshashov.telegram.handler.processor.response.BotHandlerMethodReturnValueHandlerComposite.class - [JAR]

├─ com.github.kshashov.telegram.handler.processor.response.BotResponseBodyMethodProcessor.class - [JAR]

com.github.kshashov.telegram.config

├─ com.github.kshashov.telegram.config.TelegramBotGlobalProperties.class - [JAR]

├─ com.github.kshashov.telegram.config.TelegramBotGlobalPropertiesConfiguration.class - [JAR]

├─ com.github.kshashov.telegram.config.TelegramBotProperties.class - [JAR]

com.github.kshashov.telegram.handler.processor

├─ com.github.kshashov.telegram.handler.processor.HandlerMethod.class - [JAR]

├─ com.github.kshashov.telegram.handler.processor.RequestDispatcher.class - [JAR]

├─ com.github.kshashov.telegram.handler.processor.TelegramCallback.class - [JAR]

├─ com.github.kshashov.telegram.handler.processor.TelegramEvent.class - [JAR]

├─ com.github.kshashov.telegram.handler.processor.TelegramInvocableHandlerMethod.class - [JAR]

com.github.kshashov.telegram

├─ com.github.kshashov.telegram.MethodProcessorsConfiguration.class - [JAR]

├─ com.github.kshashov.telegram.TelegramAutoConfiguration.class - [JAR]

├─ com.github.kshashov.telegram.TelegramConfigurationProperties.class - [JAR]

├─ com.github.kshashov.telegram.TelegramControllerBeanPostProcessor.class - [JAR]

├─ com.github.kshashov.telegram.TelegramScope.class - [JAR]

├─ com.github.kshashov.telegram.TelegramScopeException.class - [JAR]

├─ com.github.kshashov.telegram.TelegramSessionResolver.class - [JAR]

com.github.kshashov.telegram.metrics

├─ com.github.kshashov.telegram.metrics.MetricsConfiguration.class - [JAR]

├─ com.github.kshashov.telegram.metrics.MetricsService.class - [JAR]

com.github.kshashov.telegram.api.bind.annotation

├─ com.github.kshashov.telegram.api.bind.annotation.BotController.class - [JAR]

├─ com.github.kshashov.telegram.api.bind.annotation.BotPathVariable.class - [JAR]

├─ com.github.kshashov.telegram.api.bind.annotation.BotRequest.class - [JAR]

com.github.kshashov.telegram.handler.processor.arguments

├─ com.github.kshashov.telegram.handler.processor.arguments.BotHandlerMethodArgumentResolver.class - [JAR]

├─ com.github.kshashov.telegram.handler.processor.arguments.BotHandlerMethodArgumentResolverComposite.class - [JAR]

├─ com.github.kshashov.telegram.handler.processor.arguments.BotRequestMethodArgumentResolver.class - [JAR]

├─ com.github.kshashov.telegram.handler.processor.arguments.BotRequestMethodPathArgumentResolver.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

Oct 14, 2019
53 stars
Jul 30, 2023
576 stars
Apr 18, 2023
1 usages
12 stars
May 26, 2023
5 usages
5 stars
Apr 04, 2023
5 usages
3 stars
Sep 22, 2019
80 stars
Sep 22, 2019
2 usages
76 stars
Sep 22, 2019
1 usages
76 stars