node-tg-native
v0.0.3
Published
Module to call native TDLib functions
Downloads
7
Readme
node-tg-native
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