tarun-grid
tarun-grid
I am trying to run client_async.rs present at [path](https://github.com/fewensa/telegram-client/blob/master/examples/client_async.rs) and followed the version matrix as described [here](https://github.com/fewensa/telegram-client/blob/master/version.md), still I am facing issues. for telegram-client = "0.8.1" rtdlib = { version...
I am trying to run rust-tdlib example with command `RUST_LOG=info API_ID=api_id API_HASH=api_hash cargo run --example main` but getting `UPDATE_APP_TO_LOGIN` error, I am using release tag v1.8.0 of tdlib [](https://github.com/tdlib/td/releases/tag/v1.8.0), and...