Crates.io | rust-tdlib |
lib.rs | rust-tdlib |
version | 0.4.3 |
source | src |
created_at | 2020-12-25 19:32:12.361273 |
updated_at | 2023-04-09 20:37:59.82325 |
description | TDlib (Telegram Database library) client |
homepage | https://github.com/antonio-antuan/rust-tdlib |
repository | https://github.com/antonio-antuan/rust-tdlib |
max_upload_size | |
id | 327251 |
size | 4,074,187 |
Rust client for TDlib. Library allows you to interact with Telegram Database library. Currently, supports tdlib v1.8.0.
examples
directory. Enabled by default. rust-tdlib provides only TDlib types without this feature.api_hash
and api_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