ChatMessageContent.Participants Property

Definition

Chat message content for type 'participantAdded' or 'participantRemoved' messages.

public System.Collections.Generic.IReadOnlyList<Azure.Communication.Chat.ChatParticipant> Participants { get; }
member this.Participants : System.Collections.Generic.IReadOnlyList<Azure.Communication.Chat.ChatParticipant>
Public ReadOnly Property Participants As IReadOnlyList(Of ChatParticipant)

Property Value

Applies to