Accessing and creating Teams Chats via Graph API
问题 I'm going over the Microsoft Teams section of the Graph API and trying to find out how to do two things: Create a new chat, giving it a topic that correlates to an entity in our app (essentially creating a chat around an entity), invite specific users into it, and send messages to the chat. Access the currently logged-in user's private chats, filtered by their topic , and show their contents inside our app. For #2, it looks like it should be possible using beta endpoint of the Graph API, but