Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 515 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 515 Bytes

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