Share via

Send a teams chat using c# code

Anonymous
2020-12-10T05:32:20+00:00

Hi,

I have a requirement to send teams chat to a person via c# code.

Is it possible to achieve? If yes please share me the code snippet or links which will guide me to achieve the same.

Thanks in advance

Regards,

Satish

Microsoft Teams | Microsoft Teams for business | Chats | Group chats

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2020-12-10T05:43:52+00:00

    Hi Satish,

    I'm Nik, an independent advisor here to assist you with this.

    Microsoft graph API for Teams exposes some of the API endpoints to allow you to create a request object on MS Teams.

    Here are some of the articles to get started:

    Build .NET Core apps with Microsoft Graph. tutorial is here:

    https://docs.microsoft.com/en-us/graph/tutorial...

    As I know, currently, MS graph API only allows to interest with channel chat messaging. For Chat message API, please refer the following article:

    https://docs.microsoft.com/en-us/graph/api/reso...

    Please be advised that regarding coding related queries, we have dedicated developer community forum. So, I’d suggest you please post your question in the Microsoft Teams developer community here: https://developer.microsoft.com/en-us/microsoft... and rest assured that experts’ will focus on the issue to help you further.

    Regards

    Nik

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments