Skip to main content
Very Popular
Go to Latest
type alias FrameworkAdapter
import { type FrameworkAdapter } from "https://deno.land/x/grammy@v1.13.1/convenience/webhook.ts";

Middleware for a web framework. Creates a request-response handler for a request. The handler will be used to integrate with the compatible framework.

definition: (...args: any[]) => ReqResHandler