tucnak / telebot

Telebot is a Telegram bot framework in Go.
MIT License
3.93k stars 459 forks source link

proposal: api: implement the rate limiter #268

Open Pask00 opened 4 years ago

Pask00 commented 4 years ago

What do you think about implementing a default balancer to avoid flood limits requests api?

For example all Raw calls are queued and make sure that only 30 req/s can be done

guest6379 commented 4 years ago

nice proposal I met this limit before