Updates from: 09/15/2022 03:26:10
Service Microsoft Docs article Related commit history on GitHub Change details
platform Bots Context https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/bot-v3/bots-context.md
Response body
### .NET example Call `GetConversationMembersAsync` using `Team.Id` to return a list of user IDs.
+Call `GetConversationMembersAsync` to get `userRole` property return the value as user.
```csharp // Fetch the members in the current conversation