import { type ExpressAdapter } from "https://deno.land/x/grammy@v1.31.0/convenience/frameworks.ts";
definition: (req: { body: Update; header: (header: string) => string | undefined; }, res: { end: (cb?: () => void) => res; set: (field: string, value?: string | string[]) => res; send: (json: string) => res; status: (code: number) => res; }) => ReqResHandler