Skip to main content
Module

x/grammy/mod.ts>FrameworkAdapter

The Telegram Bot Framework.
Extremely Popular
Go to Latest
type alias FrameworkAdapter
import { type FrameworkAdapter } from "https://deno.land/x/grammy@v1.12.0/mod.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