-
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.…
-
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/types@2.12, while Grammy itself uses @grammyjs/types@3.3.0. When I program on my comput…
-
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
7 months ago
-
To reproduce:
1. Clone the [`deno_std`](https://github.com/denoland/deno_std).
2. Run `deno doc --lint yaml/mod.ts`.
CC @dsherret
-
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
8 months ago
-
https://github.com/grammyjs/types/blob/e266fb129062d48fd82a16a374ad7f6ec080a868/markup.ts#L234C26-L234C26
```typescript
export interface KeyboardButtonRequestUsers {
...
max_quantity?: boole…
-
**Is there any possibility to use grammy-scenes together with some Storage Adapter, for example TypeORM storage adapter?**
```typescript
import { Bot, Context, session, SessionFlavor } from 'gramm…
-
```typescript
bot.on(":someEvent", ctx => {});
```
After this, a memory leak occurs. This happens at the "context" type calculation stage. At this point, the RAM is loaded by 2 GB. At the same tim…
-
In the process of moving through the menu I need to ask user to take a picture or send a photo from the gallery. It can be described on a button or on the text message. In the end I want to recieve `…