lib/telegram/bot/updates_controller/message_context.rb in telegram-bot-0.15.7 vs lib/telegram/bot/updates_controller/message_context.rb in telegram-bot-0.16.0

- old
+ new

@@ -9,10 +9,10 @@ # def set_location!(*) # save_context(:set_location_from_message) # respond_with :message, text: 'Where are you?' # end # - # def set_location_from_messge(city = nil, *) + # def set_location_from_message(city = nil, *) # # update # end # # # OR # # This will support both `/set_location city_name`, and `/set_location`