Skip to main content
Module

x/grammy/convenience/webhook.ts

The Telegram Bot Framework.
Very Popular
Go to Latest
import * as grammy from "https://deno.land/x/grammy@v1.10.1/convenience/webhook.ts";

Functions

Creates a callback function that you can pass to a web framework (such as express) if you want to run your bot via webhooks. Use it like this:

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.