public final class AddChatParticipantsResult
extends java.lang.Object
| Constructor and Description |
|---|
AddChatParticipantsResult(java.util.List<ChatError> invalidParticipants)
Initializes a new instance of the AddChatParticipantsResult class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ChatError> |
getInvalidParticipants()
Get the invalidParticipants property: The participants that failed to be added to the chat thread.
|
public AddChatParticipantsResult(java.util.List<ChatError> invalidParticipants)
invalidParticipants - the invalidParticipants value to set.public java.util.List<ChatError> getInvalidParticipants()