Skip to main content
The Deno 2 Release Candidate is here
Learn more

Tinygram

npm jsr codecov bundlephobia deno

Tiny Telegram Bot API client library with TypeScript types.

Automatically generated from telegram-bot-api-spec.

Usage

Import in Node.js:

import { initTgBot } from "tinygram";

Import in Deno:

import { initTgBot } from "jsr:@smol/gram";

See more usage examples in the Deno docs.