Rust client for TDlib. Library allows you to interact with Telegram Database library. Currently supports tdlib v1.6.
examples
directory. Enabled by default. rust-tdlib provides only TDlib types without that feature. api_hash
and api_id
.RUST_LOG=info API_ID=api_hash API_HASH=api_id TG_PHONE=your_phone_number cargo run client --example main
RUST_LOG=info API_ID=api_hash API_HASH=api_id TG_PHONE=your_phone_number cargo run client --example read_updates