This is a simple example of basic usage Airgram for creating Telegram client with TypeScript.
- Clone repository:
$ git clone https://github.com/airgram/airgram-ts-example.git- Install dependencies:
$ cd airgram-ts-example
$ npm i-
Open
./envand set the path to TDLib command -
Run example:
npm run dev