This package has been deprecated

Author message:

use telegram-mtproto instead

@goodmind/telegram-tl-node

0.12.6 • Public • Published

Deprecation Notice

Don’t use this for new projects.
telegram-mtproto is much more advanced and has a better API.

Also check treact. My attempt to write Telegram client in React.js

@goodmind/telegram-tl-node

npm version Build Status Coverage Status Climate Status

Telegram TypeLanguage (TL) unofficial library in pure javascript on the Node.js platform

About TypeLanguage..

TypeLanguage "serves to describe the used system of types, constructors, and existing functions" of the Telegram Mobile Protocol (MTProto)

telegram-tl-node in short..

The telegram-tl-node library implements the core TypeLanguage types (like the base TypeObject and others defined here) and therefore a layer for the binary data serialization of the instances.

This library also implements the TypeBuilder class that parses the TypeLanguage schemas in JSON format and dynamically writes Type classes and functions in pure javascript.

@goodmind/telegram.link main project depends by this library.

Installation

$ git clone --branch=master git://github.com/goodmind/telegram-tl-node.git
$ cd telegram-tl-node
$ npm install

Unit Testing

$ npm test

Dependencies

  • get-log: a Node.js Logging Utility, easy to use and ready for production.

  • jsbn: a portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.

License

The project is released under the MIT License

Package Sidebar

Install

npm i @goodmind/telegram-tl-node

Weekly Downloads

1

Version

0.12.6

License

MIT

Last publish

Collaborators

  • goodmind