Forum Discussion
How to capture replies to a bot's message in a Microsoft Teams Channel without mentioning the bot?
XDeveloper29 - Thanks for reporting your issue.
To capture replies to a message posted by your bot in a Teams channel without requiring users to mention the bot directly, you can use the Resource-Specific Consent (RSC) feature. This feature allows your bot to receive all channel messages in teams where it is installed, without being mentioned directly.
Please refer below document for more details: Get All Conversation Messages with RSC - Teams | Microsoft Learn
Thanks,
Nivedipa
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
.
- XDeveloper29Jul 25, 2024Copper ContributorNivedipa-MSFT,
I have gone through the document. As mentioned in it, I cannot see the ChannelMessage.Read.Group and ChatMessage.Read.Chat permissions in both the application and the delegate permissions azure portal. I have tried using ChannelMessage.Read.All and ChatMessage.Read.All, but it is not working.
Could you please provide further guidance on how to resolve this issue?- XDeveloper29Jul 29, 2024Copper ContributorNivedipa-MSFT, Kindly help on the above discussion.
- XDeveloper29Aug 01, 2024Copper ContributorNivedipa-MSFT,Could you please provide further guidance on resolving this issue?