ChannelServiceController.GetConversationMembersAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetConversationMembers.
[Microsoft.AspNetCore.Mvc.HttpGet("v3/conversations/{conversationId}/members")]
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> GetConversationMembersAsync (string conversationId);
[<Microsoft.AspNetCore.Mvc.HttpGet("v3/conversations/{conversationId}/members")>]
abstract member GetConversationMembersAsync : string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
override this.GetConversationMembersAsync : string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
Public Overridable Function GetConversationMembersAsync (conversationId As String) As Task(Of IActionResult)
Parameters
- conversationId
- String
Conversation ID.
Returns
TODO Document.
- Attributes