src/main/java ├── com.bot.bot │ └── TelegramBot.java # Main bot class ├── com.bot.config │ └── TelegramConfig.java # Bot and Proxy configuration └── resources └── application.properties # Bot and ...
This is a Telegram bot application built with Spring Boot that allows users to register, view other profiles, and interact through likes and dislikes. It also provides a REST API for managing user ...