Using puregram with telegram.org

TypeScript integration

Install
npm install puregram
Quick start
import Puregram from 'puregram';

const client = new Puregram({ apiKey: "YOUR_API_KEY" });
Use this method to close the bot instance before moving it from one local ser…
curl \
  https://api.telegram.org/bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11/close
A simple method for testing your bot's auth token. Requires no parameters. Re…
curl \
  https://api.telegram.org/bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11/getMe
SDK on GitHub 📄 API Docs
SDK
puregram
TypeScript
API
telegram.org
telegram.org
At a glance
Language TypeScript
Endpoints74
Base URLhttps://api.telegram.org/bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11