Skip to content

alt3rmann/node-tg-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-tg-native

NPM version

Module to call native TDLib functions

FFI

"ffi" module changed to "ffi-napi" for compatibility with node.js >= 9.0.0

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

About

Telegram Native lib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%