phaux / tinygram

Tiny Telegram Bot API client library with TypeScript types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tiny Telegram Bot API client library with TypeScript types


Languages

Language:TypeScript 100.0%