telebot
telebot copied to clipboard
Ruby client for Telegram bot API
Where can I documentation for inline keyboard and how is it created?
Currently, the gem depends on [`faraday_middleware`](https://rubygems.org/gems/faraday_middleware), which depends on [`faraday`](https://rubygems.org/gems/faraday) `~>1.0`. Because of this, it's impossible to use this gem with faraday `~>2.0`. Is it possible somehow to get rid...
It looks like this dependency is not necessary. That's why, removing it.