import { type FastifyAdapter } from "https://deno.land/x/grammy@v1.31.0/convenience/frameworks.ts";
definition: (request: { body: unknown; headers: any; }, reply: { status: (code: number) => reply; headers: (headers: Record<string, string>) => reply; code: (code: number) => reply; send: { (): reply; (json: string): reply; }; }) => ReqResHandler