link
Installation
link
Node.js
- Build TDLib library according the instruction.
- Install
node-gyp
- Install Airgram:
npm install airgram
If your Node.js version less than 10, you need to include `Promise.prototype.finally` polyfill into your project.
link
Web
npm install @airgram/web
Please check out examples: