-
By far my understanding is that, during middleware chain, Context type is only changed through filters and all middleware must explicitly flavor Context type globally.
But what if I have a middlewa…
mordv updated
4 months ago
-
It would be cool to have the choice between different retry strategies, such as linear, quadratic, or exponential, all with configurable parameters.
The grammY runner can already do this while requ…
-
Hi!
I'm running my grammy telegram bot on CFW (Cloudflare Workers) and I would like to use the `@grammyjs/conversations` plugin. However this plugin has an indirect dependency to `@deno/shim-deno` …
-
To reproduce:
1. Clone the [`deno_std`](https://github.com/denoland/deno_std).
2. Run `deno doc --lint yaml/mod.ts`.
CC @dsherret
-
Warning Message
```grammy@latest(node:10501) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.```
-
I'm using the following configuration of handling webhooks. While it's working in development (API route build time is under 1.5s), Vercel constantly reports function timeout without response. Some of…
-
Hi. I'm using Node v18.4.0 and Vite v4.2.1, and I get the following error in a Browser:
-
Hello, I am unable to build due to a conflict with the @grammyjs/types library. Your library only uses @grammyjs/chat-members @grammyjs/types@2.12, while Grammy itself uses grammy @grammyjs/types@3.3.…
-
Any `send*` methods that is used for sending media files, except photos, are subject to return messages of any type, rendering the custom `*Message` types useless.
rojvv updated
7 months ago
-
Hi there,
I'm using Next.js api, with an edge runtime. When I set up an API handler like this:
```typescript
// pages/api/bot.ts
import { Bot } from "grammy/web";
import { NextResponse } from …
va3y updated
6 months ago