Skip to content

Replacements for node-telegram-bot-api

grammy

grammy is a modern library for creating telegram bots.

Example:

ts
import { Bot } from 'grammy'

const bot = new Bot(process.env.TOKEN)

bot.on('message', (ctx) => ctx.reply('Hi there!'))

bot.start()

Released under the MIT License. (65e83b3b)