el_monitorro icon indicating copy to clipboard operation
el_monitorro copied to clipboard

Migrate telegram api client to async

Open ayrat555 opened this issue 2 years ago • 0 comments

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

ayrat555 avatar Jul 16 '22 14:07 ayrat555