public class ParticipantsAddedEvent extends ChatThreadEvent
| Constructor and Description |
|---|
ParticipantsAddedEvent() |
| Modifier and Type | Method and Description |
|---|---|
ChatParticipant |
getAddedBy()
Gets the information of the user that added the chat participants.
|
org.threeten.bp.OffsetDateTime |
getAddedOn()
Gets the timestamp when the member was added.
|
java.util.List<ChatParticipant> |
getParticipantsAdded()
Gets the participants added to the thread.
|
getVersiongetChatThreadIdpublic org.threeten.bp.OffsetDateTime getAddedOn()
public ChatParticipant getAddedBy()
public java.util.List<ChatParticipant> getParticipantsAdded()