import * as grammy from "https://deno.land/x/grammy@v1.30.0/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. | |