telegram-client icon indicating copy to clipboard operation
telegram-client copied to clipboard

Rust Telegram Client

Results 4 telegram-client issues
Sort by recently updated
recently updated
newest added

why, if I use this [line](https://github.com/fewensa/telegram-client/blob/7dfad7c7c7e901a4117f88353dcf92fbdc717cd5/examples/client_async.rs#L113) of code, the RAM memory will gradually increase with a lot of cash, so that 3 gigs will be added to the RAM memory...

enhancement
question

We're currently not running any real builds on this. Having full builds would allow for direct identification of errors. I guess this is mainly due to the problematic tdlib dependency....

enhancement

update tdlib 1.8.30

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...