telegram-bot v0.8.0 Release Notes

    • Fixed #reply_with, now it sets reply_to_message_id as it's supposed to. Added #respond_with which works the same way, but doesn't set reply_to_message_id. Please, replace all occurrences of reply_with to respond_with to keep it working the old way.
    • 🛠 Fixes for Rails 5:
      • Controller callbacks
      • Middleware
      • Setup travis builds