telebot icon indicating copy to clipboard operation
telebot copied to clipboard

Ruby client for Telegram bot API

Results 3 telebot issues
Sort by recently updated
recently updated
newest added

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.