-
Currently, there are some limitations when using fmt with media messages in grammY:
1. replyFmtWithPhoto and replyFmtWithMediaGroup are supported in Telegraf, but there are no equivalent methods in…
-
Breaks when used on [grammY](http://git.io/grammyjs).
```bash
git clone git@github.com:grammyjs/grammY.git
cd grammY/src
denodown mod.ts
```
results in
```
error: Uncaught (in promise) TypeE…
-
… on grammY using API transformers would be cool.
-
Here is a list of ideas that could be turned into plugins.
You can suggest new ideas in the comments or in [the group chat](https://t.me/grammyjs), and we may add them here. Once someone publishes …
-
How do you think, do we need something like this?
Please see my gitpod changes in [here](https://gitpod.io#snapshot/7fd8749e-0702-47f6-9084-8336ba09fcdc)(last commit via `git diff HEAD HEAD^`).
…
B1Z0N updated
3 years ago
-
Below is the relevant code snippet:
```javascript
bot.use(session({
initial: initialSession,
storage: new FileAdapter({
dirName: 'sessions',
}),
}))
bot.use(conversations…
-
Hi.
I have a quite popular task for which I haven't found any examples.
### 1. You need to switch between questions.
System:
```
question 1: How much?
user: 100
question 2: ure good?
user:…
-
It may be interesting to be able to wait for external events, rather than just waiting for Telegram updates.
For example, we could add something like `await conversation.waitExternal('id')` and the…
-
Version: Deno 1.42.0 or higher
Hello! I have a Deno project, more specifically a telegram bot written with @grammyjs, where the LSP works fine with Deno v1.41.3 or earlier, but with version 1.42.0 …
-
I have a file that contains JSDoc for a library. `udd` cannot operate on the file, as it tries to analyse the docs.
```
[1/1] Looking for releases: https://deno.land/x/redis) library.
* @descr…