node-tg-native

0.0.3 • Public • Published

node-tg-native NPM version

Module to call native TDLib functions

Warning

"ffi" module doesn't compile on node >= 7

Installation

$ npm install --save node-tg-native

Usage

const nodeTgNative = require("node-tg-native");
const td = new nodeTgNative();
 
td.create();
 
td.subscribe(response => {
  console.log(response);
});

License

MIT © k-egor-smirnov

/node-tg-native/

    Package Sidebar

    Install

    npm i node-tg-native

    Weekly Downloads

    6

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • k.egor.smirnov