Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 490 Bytes

File metadata and controls

23 lines (15 loc) · 490 Bytes

Forum Utility

Note: As of grammY 1.37.1, the context actions ctx.reply and so on will automatically reply to the right topic/message thread. You only need this plugin if you want to alter the behaviour of ctx.api.sendMessage calls, too.

todo docs

Quickstart

This was never documented or released. Install from GitHub instead:

npm install github:grammyjs/auto-thread

Use it:

import { autoThread } from "@grammyjs/auto-thread";

bot.use(autoThread());