-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Ar…
va3y updated
9 months ago
-
As I discovered in grammyjs/grammY#503, grammy can throw some errors outside of `bot.catch()` handling.
The problem is: this behaviour is not currently documented or even mentioned in the [docs on e…
-
Hi! I am using grammy with nextjs, everything works well until I introduce the conversation plugin.
```text
- error ./node_modules/.pnpm/@grammyjs+conversations@1.1.2_grammy@1.17.2/node_modules/@g…
-
Hi, I'm using TDLib with Grammy bot. Flow:
1. User sends /start command to the bot
2. Bot send auth request to TDLib
3. Bot asks some questions. TDLib handlers sendBotMessages to user when TDL rece…
-
## Context
I currently build my library in two different ways, once for Deno and once for Node. Since my library is able to work with files from various sources, the Node build should accept the No…
-
Wherever in my project I try to access the chat_shared property inside ':chat_shared' listener I get the type error:
**Property 'chat_shared' does not exist on type 'Message'**
Here's the simplest…
-
I've posted here https://github.com/grammyjs/files/issues/4, but I reposted here for more exposure.
The files plugin use `bot.api.config.use` for configuration. Is it safe to use `hydrateFiles(toke…
-
Can you please add an example using webhook with secret_token, ngrok and fastify? I spent too much time trying to get it to work.
Try to use express v4.18.2, it didn't handle errors..
_Originall…
-
This plugin use `bot.api.config.use` for configuration. Is it safe to use `hydrateFiles(token)` within `conversation.run`?
-
In `types.deno.ts` there an import of the entire `path` module which causes unnesessary deps in deno.lock:
```
import { basename } from "https://deno.land/std@0.198.0/path/mod.ts";
```
It would …