How to mention a user/group in a new message to a channel?

前端 未结 2 489
一向
一向 2020-12-16 05:37

I checked the samples/API references here:

  • https://msdn.microsoft.com/en-us/microsoft-teams/connectors
  • https://dev.outlook.com/Connectors/GetStarted
2条回答
  •  北海茫月
    2020-12-16 06:37

    Sorry this was never answered. This feature was added months ago - there are SDK methods called addMentionToText (Node.js) and AddMentionToText (C#) - source and usage samples here.

    There's also an example here that's actually a bit more helpful. That example bot can be run very quickly on Glitch - repo and instructions are here.

    Note that one of the challenges in using this API is that you have to have the user ID of the person you want to @ mention, and for that you need the team roster. Examples of how to do that are here.

提交回复
热议问题