import * as mod from "https://dotland.deno.dev/x/grammy@v1.10.0/convenience/webhook.ts"; FunctionsfwebhookCallbackCreates 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: InterfacesIWebhookOptionsType AliasesTFrameworkAdapterMiddleware for a web framework. Creates a request-response handler for a request. The handler will be used to integrate with the compatible framework.