Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Hi @Kevin Boban
Thank you for posting your question in the Microsoft Q&A forum.
Based on this documentation Channel/Group Conversation Chat Bot - Teams | Microsoft Learn, this behavior is expected:
-Channels:
With ChannelMessage.Read.Group, the bot receives all messages in the channel, even when it is not @mentioned.
-Group chats:
Microsoft Learn documents that ChatMessage.Read.Chat allows access to all chat messages when the app is installed and consented. However, in practice, Microsoft Teams does not consistently deliver all group chat messages to bots in real time. Bots typically receive only messages where they are explicitly @mentioned.
Therefore, your setup is correct, and nothing is misconfigured.
For reference, other users have discussed the same behavior in this discussion azure bot service - Bot does not work with one-to-one chat messages in Microsoft Teams - Stack Over…
Important: This link will take you to Stack Overflow, which is outside Microsoft’s domain. Please note that Microsoft is not responsible for the accuracy, security, or advertising on external sites.
I hope this helps clarify the behavior.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.