This is a fork of alik0211/mtproto-core.
The purpose of this fork is to have up-to-date TL schema for Telekite. Maybe, in the future, also have it operate on BigInts
instead of strings
for performance.
Telegram API JS (MTProto) client library for Node.js and browser
- Actual. 170 layers in the API schema
- Fast. Uses WebSocket and window.crypto
- Easy. Cryptography is hidden. Work with the API at a high level
- 2FA. Use the library's built-in function to calculate 2FA parameters
- Secure. Complies with Telegram security guidelines
You can find the documentation on mtproto-core.js.org/docs website
GPLv3