rust-tdlib 0.1.0-beta.0

TDlib (Telegram Database) client
Documentation
1
2
3
4
5
6
7
8
9
10
11
# rust-tdlib
Rust client for TDlib.
Library allows you to interact with Telegram Database library. 

### Features
* client - provides total integration with TDlib API. See `examples` directory.

### Run example
1. Build tdlib: https://core.telegram.org/tdlib/docs/#building
2. Register your app: https://my.telegram.org and get `api_hash` and `api_id`.
3. `RUST_LOG=info API_ID=api_hash API_HASH=api_id TG_PHONE=your_phone_number cargo run --features client --example main`