Class AddChatParticipantsResult

java.lang.Object
com.azure.communication.chat.models.AddChatParticipantsResult

public final class AddChatParticipantsResult extends Object
Result of the add chat participants operation.
  • Constructor Details

    • AddChatParticipantsResult

      public AddChatParticipantsResult(List<ChatError> invalidParticipants)
      Parameters:
      invalidParticipants - List of errors relating to invalid participants
  • Method Details

    • getInvalidParticipants

      public List<ChatError> getInvalidParticipants()
      Get the invalidParticipants property: The participants that failed to be added to the chat thread. The 'target' property of each ChatError will reference the failed participant.
      Returns:
      the invalidParticipants value.