Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonio-antuan/rust-tdlib
Rust client for TDlib
https://github.com/antonio-antuan/rust-tdlib
rust telegram
Last synced: 9 days ago
JSON representation
Rust client for TDlib
- Host: GitHub
- URL: https://github.com/antonio-antuan/rust-tdlib
- Owner: antonio-antuan
- License: mit
- Created: 2020-12-25T15:46:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T08:57:56.000Z (about 1 year ago)
- Last Synced: 2024-05-21T07:12:06.781Z (7 months ago)
- Topics: rust, telegram
- Language: Rust
- Homepage:
- Size: 2.86 MB
- Stars: 55
- Watchers: 5
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-tdlib
Rust client for TDlib.
Library allows you to interact with Telegram Database library.
Currently, supports tdlib v1.8.0.### Features
* client - provides total integration with TDlib API. See `examples` directory. Enabled by default. rust-tdlib provides only TDlib types without this feature.### Run example
1. [Build tdlib](https://core.telegram.org/tdlib/docs/#building).
2. [Register](https://my.telegram.org) your app and get `api_hash` and `api_id`.
3. `RUST_LOG=info API_ID=api_id API_HASH=api_hash cargo run --example main`
4. `RUST_LOG=info API_ID=api_id API_HASH=api_hash cargo run --example read_updates`