Artem Shevchenko
Results
2
issues of
Artem Shevchenko
I am not familiar with JS and ways to integrate with Rails 7 but I made changes to use gem via CDN and it works fine as I see. Maybe...
Thank you for a great gem first of all! In the [docs](https://github.com/telegram-bot-rb/telegram-bot/wiki/Multiple-controllers-for-single-bot) custom router/update dispatching code examples contain such `dispatch` method definition: ```ruby def dispatch(bot, update) ``` But when webhook...