I am attempting to utilize org.telegram.telegrambots-spring-boot-starter version 6.9.7.1 with Spring Boot 3.3.4, but it seems incompatible with any telegram bot versions. What steps should I take to resolve this issue? I would like to successfully set up a compatible version of the telegram bot in my Spring Boot 3 project.
hey! have u checked if the spring boot and telegram bot library versions are compatibel? sometimes newer versions contain breaking changes. try downgrading the telegrm bot library or upgrding spring boot. tests from others who faced similar issues could help too!