Airgram

Guides

Installation

Node.js

  1. Build TDLib library according the instruction.
  2. Install node-gyp
  3. Install Airgram:
npm install airgram

If your Node.js version less than 10, you need to include `Promise.prototype.finally` polyfill into your project.

Web

npm install @airgram/web

Please check out examples: