-
I've started experimenting with grammyjs and encountered a few issues while trying to use the aws-lambda adapter for the `webhookCallback`:
1. `webhookCallback` returns an async function, which cau…
-
this registers middleware for [chosen_inline_result](https://core.telegram.org/bots/api#choseninlineresult) that will be executed for a certain result_id(s)
```ts
bot.chosenInlineResult('resultI…
-
I have constraint type mismatch on grammy 1.15.3 and menu 1.1.3 with sessions
Example:
```typescript
import { Bot, session, type SessionFlavor } from "https://deno.land/x/grammy@v1.15.3/mod.ts"…
-
We may want to have some sort of integration between the docs and the code editor in order to bring even better documentation into the workflow. This is a very hard task (unless someone shows up who h…
-
As discussed around https://github.com/grammyjs/website/pull/507#issuecomment-1272051713
-
https://esm.sh/@grammyjs/types@v2 redirects to 2.0.0
https://esm.sh/@grammyjs/types@2 redirects to newest 2.12.1
I think it was mistakenly typed v2, because it's necessary to get new patches (incl…
-
Reprocude:
--------------------------------------
import { Bot, session } from "grammy"
import { conversations, createConversation } from '@grammyjs/conversations'
const token = 'XXXXXXXXXXXXXXXXX…
-
Version: 3.0.3
I'm getting this warning in an Astro project that uses Vite under the hood.
I think the solution might be to add an empty export to the `mod.js` file so that it can be detected as…
-
Every time when i start scheduler node ace scheduler:run
i see errors
(node:2572) UnhandledPromiseRejectionWarning: GrammyError: Call to 'getUpdates' failed! (409: Conflict: terminated by other getU…
-
as i saw in the repository the ui is made in `react` and some parts in `vue` which is somewhat confusing to me as the UI is very simple and why would you need two different frameworks to do this and a…