本地节点 调用本地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: