import { type HonoAdapter } from "https://deno.land/x/grammy@v1.31.0/convenience/frameworks.ts";
definition: (c: { req: { json: <T>() => Promise<T>; header: (header: string) => string | undefined; }; body: () => Response; status: (status: any) => void; json: (json: string) => Response; }) => ReqResHandler<Response>
data: ,
arg?: any,
headers?: Record<string, string | string[]>,