tdlib-rs
tdlib-rs copied to clipboard
Rust wrapper around the Telegram Database Library
``` Γ¥» cargo build Compiling native-tls v0.2.11 Compiling sqlx-mysql v0.7.2 Compiling crypto-hash v0.3.4 Compiling tdlib v0.10.0 Compiling chromiumoxide v0.5.4 error: failed to run custom build command for `tdlib v0.10.0` Caused...
Currently this is the missing piece for having a 100% documented library. To do that we need to parse the "@class" tag in the .tl file first.
We currently have quite a lot of 1-variant only enums. This is because of the tdlib's tl scheme, so it's not a parser bug. We have to workaround that by...
Hello, I am trying to make a function to export the messages of a channel to a table. This is the sample [google sheets](https://docs.google.com/spreadsheets/d/1O6dWMiyY0mDnecwWDso1QKlQQQYVqDFmb3Rrw2yLHQ4/edit?gid=0#gid=0) I made, but I found that...