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
./env
and set the path to TDLib command -
Run example:
npm run dev