import * as mod from "https://dotland.deno.dev/x/grammy@v1.12.0/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. |