gramiojs
@gramiojs Organization
4 Skills
28 Total Stars
February 2026 Joined
Public Skills
gramio
by gramiojs
GramIO — type-safe TypeScript Telegram Bot API framework for Node.js, Bun, and Deno. Use when building Telegram bots, handling commands/callbacks/inline queries, creating keyboards, formatting messages, uploading files, managing sessions/scenes, writing plugins, setting up webhooks, or integrating Telegram payments.
Create New GramIO Bot
by gramiojs
Scaffold a new GramIO Telegram bot project with proper structure, TypeScript config, environment setup, and initial handlers.
Add GramIO Handler
by gramiojs
Add a new command, event, or callback handler to a GramIO bot with proper typing, context usage, and best practices.
Create GramIO Plugin
by gramiojs
Create a custom GramIO plugin with proper structure, derived properties, error types, and TypeScript typing.