import { type Context } from '@/bot/context'; export function getSessionKey(ctx: Omit) { return ctx.chat?.id.toString(); }