Waiting for a reply from the user ? #1551
Unanswered
atakanuludag
asked this question in
Q&A
Replies: 1 comment 4 replies
-
bot.on('text', async (ctx) => { console.log(ctx.message.text); }); try this :\ |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am using Telegraf v4.
I want to wait for a response from the user?
This code doesn't work because I can't use await;
bot.on('text', (ctx) => { console.log(ctx.message.text); });
Beta Was this translation helpful? Give feedback.
All reactions