import * as mod from "https://dotland.deno.dev/x/grammy@v1.15.2/convenience/frameworks.ts";
Interfaces
Abstraction over a request-response cycle, providing access to the update, as well as a mechanism for responding to the request and to end it. |
Type Aliases
Middleware for a web framework. Creates a request-response handler for a request. The handler will be used to integrate with the compatible framework. | |
HTTP Web frameworks for which grammY provides compatible callback out of the box. |