import { Context } from 'telegraf' export const testHandler = (ctx: Context) => { console.log('Test handler:', ctx) }