xabgesagtx / telegram-spring-boot-starter

Telegram Bot API Spring Boot Starter
MIT License
125 stars 41 forks source link

Update telegrambots version to 5.0.1 #7

Closed longstone closed 3 years ago

longstone commented 3 years ago

Upgrade to 5.0.1, see https://github.com/xabgesagtx/telegram-spring-boot-starter/issues/6. This also brings a breaking change, due to the new way of handling webhook bots. For Webhook bots, you'll need to extend TelegramWebhookBotService .

longstone commented 3 years ago

Still WIP, will check your comment asap. Testing it for the longpolling bot and found some issues. So this is not stable at the moment.

longstone commented 3 years ago

@xabgesagtx , PR should now be ready for testing/review. I was not able to test the Webhook bot, could do some smoke test for the long-polling bot.