public class ChatThreadPropertiesUpdatedEvent extends ChatThreadEvent
| Constructor and Description |
|---|
ChatThreadPropertiesUpdatedEvent() |
| Modifier and Type | Method and Description |
|---|---|
ChatThreadProperties |
getProperties()
Gets the properties of the thread.
|
ChatParticipant |
getUpdatedBy()
Gets the information of the user that updated the chat thread.
|
org.threeten.bp.OffsetDateTime |
getUpdatedOn()
Gets the timestamp when the thread was updated.
|
getVersiongetChatThreadIdpublic ChatThreadProperties getProperties()
public org.threeten.bp.OffsetDateTime getUpdatedOn()
public ChatParticipant getUpdatedBy()