el_monitorro
el_monitorro copied to clipboard
Migrate telegram api client to async
Currently, we're using a blocking client based on isahc
Since we're already using tokio to process user requests, it would be reasonable to migrate telegram API to async client implemented in Frankenstein - https://github.com/ayrat555/frankenstein/blob/master/src/api/async_telegram_api_impl.rs#L14