Uses of Class
com.azure.communication.chat.models.AddChatParticipantsResult
Packages that use AddChatParticipantsResult
Package
Description
Package containing the classes for AzureCommunicationChatService.
-
Uses of AddChatParticipantsResult in com.azure.communication.chat
Methods in com.azure.communication.chat that return AddChatParticipantsResultModifier and TypeMethodDescriptionChatThreadClient.addParticipants
(Iterable<ChatParticipant> participants) Adds participants to a thread.Methods in com.azure.communication.chat that return types with arguments of type AddChatParticipantsResultModifier and TypeMethodDescriptionChatThreadAsyncClient.addParticipants
(Iterable<ChatParticipant> participants) Adds participants to a thread.Mono
<com.azure.core.http.rest.Response<AddChatParticipantsResult>> ChatThreadAsyncClient.addParticipantsWithResponse
(Iterable<ChatParticipant> participants) Adds participants to a thread.com.azure.core.http.rest.Response
<AddChatParticipantsResult> ChatThreadClient.addParticipantsWithResponse
(Iterable<ChatParticipant> participants, com.azure.core.util.Context context) Adds participants to a thread.