import { type NextAdapter } from "https://dotland.deno.dev/x/grammy@v1.31.0/convenience/frameworks.ts";
definition: (req: { body: Update; headers: Record<string, string | string[] | undefined>; }, res: { end: (cb?: () => void) => res; status: (code: number) => res; json: (json: string) => any; send: (json: string) => any; }) => ReqResHandler