ChatThreadClient.AddParticipants Method

Definition

Adds participants to a thread. If participants already exist, no change occurs.

public virtual Azure.Response<Azure.Communication.Chat.AddChatParticipantsResult> AddParticipants (System.Collections.Generic.IEnumerable<Azure.Communication.Chat.ChatParticipant> participants, System.Threading.CancellationToken cancellationToken = default);
abstract member AddParticipants : seq<Azure.Communication.Chat.ChatParticipant> * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.Chat.AddChatParticipantsResult>
override this.AddParticipants : seq<Azure.Communication.Chat.ChatParticipant> * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.Chat.AddChatParticipantsResult>
Public Overridable Function AddParticipants (participants As IEnumerable(Of ChatParticipant), Optional cancellationToken As CancellationToken = Nothing) As Response(Of AddChatParticipantsResult)

Parameters

participants
IEnumerable<ChatParticipant>

Participants to add to a chat thread.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

The server returned an error. See Message for details returned from the server.

Applies to