I have developed a message extension bot app for Microsoft Teams and I want to capture replies to a message posted by the bot in a Teams channel without requiring users to mention the bot directly.
I am using Node.js and TypeScript for my bot.
The bot is registered in the Azure Bot Service.
I want to capture replies to this message without users needing to mention the bot. How can I achieve this?
Any guidance or examples would be greatly appreciated!