import { type AzureAdapter } from "https://deno.land/x/grammy@v1.31.0/convenience/frameworks.ts";
definition: (request: { body?: unknown; }, context: { res?: { status: number; body: string; headers?: Record<string, string>; set?: (key: string, value: string) => void; send?: { (body: unknown): void; (status: number, body: unknown): void; }; }; }) => ReqResHandler