grammy
Installation
SKILL.md
grammY Framework
Build Telegram bots using grammY — the TypeScript-first framework for the Telegram Bot API.
Docs: https://grammy.dev
Reference Index
| File | Use when |
|---|---|
references/patterns.md |
Code patterns — keyboards, callbacks, sessions, conversations, webhooks |
references/bot-management.md |
Bot management scripts — config, info caching, webhook setup |
Quick Start
import { Bot } from "grammy";
const bot = new Bot("BOT_TOKEN");