question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reply to specific chat/message

See original GitHub issue

I’m using telegraf ^3.17.2, how to reply to spesific message?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
Dimi-Dun-Moroghcommented, Feb 23, 2021

for anyone still wondering, you can reply to specific message like that now:

ctx.reply('I got balls of steel', { reply_to_message_id: message_id });
  }
3reactions
sarangsmkcommented, May 3, 2020

I had the same question but I was unable to catch up the above mention code snippet, and I found something like this

ctx.telegram.sendMessage(<ctx.message.chat.id>, "Your message", { reply_to_message_id: <the message id that you want to reply> });

Read more comments on GitHub >

github_iconTop Results From Across the Web

Reply to a specific message in chat - Microsoft Support
Go to a message and select More options > Reply. ... When you reply to a specific message, you add clarity to your...
Read more >
How to Reply to Specific Messages in a Microsoft Teams Chat
Open the app and head to the Chat area if you want to reply to a Microsoft Teams Chat message on your iPhone,...
Read more >
You can now reply to specific messages in Microsoft Teams ...
Microsoft Teams has released a new quoted replies feature that lets users reply to specific messages within a chat.
Read more >
Reply to a chat message - Android - Google Chat Help
To reply to a message in Google Chat, you can enter text or select a suggestion if available. You might get suggestions based...
Read more >
Reply to specific chat message in Microsoft Teams Desktop
Microsoft Teams desktop users will be able to hover on the specific message, click on message actions menu (…), and select Reply option...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found