Skip to main content
Module

x/grammy/convenience/frameworks.ts

The Telegram Bot Framework.
Very Popular
Go to Latest
import * as grammy from "https://deno.land/x/grammy@v1.15.3/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.