Microsoft teams, messages bot

Jan Walczak 21 Reputation points
2022-12-27T09:12:46.167+00:00

Hi,

I have done bot, that send all messages to my local server for example (lolcalhost:3000/messages). Can i recive all messages from team from user without tag bot with helps "@". For example it recive me message from Thomas: Hello . At this moment it can recive me only all messages with tag bot for.example Thomas: @챗봇교육 Hello. I'm afraid that the only way to make an application with authentication and querying the api.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
910 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,895 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,309 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,690 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nivedipa-MSFT 3,421 Reputation points Microsoft External Staff
    2022-12-27T10:50:53.067+00:00

    You cannot receive all messages from team from user without tag bot with helps "@".
    A bot can be mentioned ("@botname") in a channel if it has been added to the team. Note that additional replies to a bot in a channel require mentioning the bot. It will not respond to replies where it isn't mentioned.

    Ref Doc: https://learn.microsoft.com/en-us/microsoftteams/platform/resources/bot-v3/bot-conversations/bots-conversations#receiving-messages

    Thanks,
    Nivedipa


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.