telegram-bot
telegram-bot copied to clipboard
How to handle status codes: 429 (TooManyRequest) and so on?
It seems that the implementation ignores status codes at all. Thus, it's impossible to detect rate limit violations and handle them. Is that right?
It would be cool to have the instance Sink for Api
that implements backpressure on its own.