tg-bot/src/handlers/test.ts

6 lines
120 B
TypeScript
Raw Normal View History

2024-11-29 12:34:11 +03:00
import { Context } from 'telegraf'
export const testHandler = (ctx: Context) => {
console.log('Test handler:', ctx)
}