public class ParticipantsRemovedEvent extends ChatThreadEvent
| Constructor and Description |
|---|
ParticipantsRemovedEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ChatParticipant> |
getParticipantsRemoved()
Gets the participants removed from the thread.
|
ChatParticipant |
getRemovedBy()
Gets the information of the user that removed the chat participants.
|
org.threeten.bp.OffsetDateTime |
getRemovedOn()
Gets the timestamp when the member was removed.
|
getVersiongetChatThreadIdpublic org.threeten.bp.OffsetDateTime getRemovedOn()
public ChatParticipant getRemovedBy()
public java.util.List<ChatParticipant> getParticipantsRemoved()