protoncr / tourmaline

Simple Telegram bot library for Crystal
https://tourmaline.dev
MIT License
158 stars 38 forks source link

Add rate limiting according to telegram bot api limits #82

Open alexkutsan opened 5 months ago

alexkutsan commented 5 months ago

It is not easy to implement rate limiting in client code. Adding rate limiting to the lib would help to avoid exceptions like:

 Flood control exceeded. Retry in 353 seconds. (Tourmaline::Error::RetryAfter)