-
![image](https://user-images.githubusercontent.com/1353557/200988910-72e7b525-d5c9-4d39-93d3-75e5989b3455.png)
my code:
```javascript
import { Bot } from "grammy";
const bot = new Bot(BOT_DATA.T…
-
What's new. https://trilon.io/blog/nestjs-9-is-now-available
Migration. https://docs.nestjs.com/migration-guide
-
I had an issue during update message with animation.
I create message like this
```ts
const file = await Deno.open(LIVE_PREVIEW_FILE, { read: true })
const post = await this.bot.api.sendAnimat…
-
Currently there is function not related to updater itself, we can move them to another folder.
-
**Now**
Documentation here
https://grammy.dev/plugins/keyboard.html#responding-to-clicks
This does not work for me
```
bot.callbackQuery("click-payload", async (ctx) => {
await ctx.answe…
-
Hello!
There is a wonderful thing in grammy - `conversation.wait()`.
However, it waits for messages. And I need to wait until user chooses an option in menu.
I am using `'@grammyjs/menu'`;
I…
-
Similar to `React.FC`
```ts
const greeting: ConversationFn = async (conversation, ctx) => {
await ctx.reply("Hi there! What is your name?");
const { message } = await conversation.wait()…
-
Filesystem is not accessible at cloudflare workers, deploy command generates lot of errors like that:
```
✘ [ERROR] Could not resolve "path"
node_modules/which/which.js:5:21:
5 │ con…
-
If I had in context property with BigInt, for example user with telegramId I have issue `Do not know how to serialize a BigInt` in line const string = JSON.stringify(arg);
![Screenshot 2022-08-11 at …
-
how to install plugin?
i am new in node js