node tg native:电报本机库 源码
本地节点 调用本地TDLib函数的模块 警告 “ ffi”模块无法在节点<= 9上编译(请参阅 ) 安装 $ npm install --save node-tg-native 用法 const nodeTgNative = require ( "node-tg-native" ) ; const td = new nodeTgNative ( ) ; td . create ( ) ; td . subscribe ( response => { console . log ( response ) ; } ) ; 执照 麻省理工学院:copyright:
文件列表
node-tg-native-master.zip
(预估有个11文件)
node-tg-native-master
bin
libtdjson.so
61.81MB
package.json
537B
.eslintrc.json
498B
LICENSE
1KB
package-lock.json
55KB
.gitignore
24B
lib
index.js
208B
暂无评论