Rust client for TDlib. Library allows you to interact with Telegram Database library. Currently supports tdlib v1.7.0.
- client - provides total integration with TDlib API. See
examples
directory. Enabled by default. rust-tdlib provides only TDlib types without that feature.
- Build tdlib.
- Register your app and get
api_hash
andapi_id
. RUST_LOG=info API_ID=api_id API_HASH=api_hash cargo run --example main
RUST_LOG=info API_ID=api_id API_HASH=api_hash cargo run --example read_updates