Skip to content

airgram/airgram-ts-example

Repository files navigation

Basic usage Airgram with TypeScript

This is a simple example of basic usage Airgram for creating Telegram client with TypeScript.

Installation

  1. Clone repository:
$ git clone https://github.com/airgram/airgram-ts-example.git
  1. Install dependencies:
$ cd airgram-ts-example
$ npm i
  1. Open ./env and set the path to TDLib command

  2. Run example:

npm run dev