Telegram Client API (MTProto) to connect to Telegram and control a user programmatically.
This project is written in 100% Dart language. Over 250,000 lines of code is ported from C/C++ to Dart. No native binaries, no C/C++ builds, no bullshit.
This is a drop-in replacement for tdlib
which is written in C/C++.
Features
- Supports Telegram API Layer 195.
- Serialize/Deserialize MTProto objects to binary format to be sent/received throught the transport protocol (TCP, HTTP).
Security Guidelines for Client Developers
Please follow this link: https://core.telegram.org/mtproto/security_guidelines
Libraries
- tg
- Telegram Client API (MTProto) to connect to Telegram and control a user programmatically.