skip to Main Content

Trying to implement telegrambots-spring-boot-starter and create Telegram bot, but it doesn't work – Telegram API

I use Spring boot and telegrambots-spring-boot-starter dependency. I did all things as it showed in this repository: https://github.com/rubenlagus/TelegramBots/tree/master/telegrambots-spring-boot-starter. But it didn't work. My pom.xml: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.6.3</version> <relativePath/> <!-- lookup…

VIEW QUESTION
Back To Top
Search