ChatThreadPropertiesUpdatedEvent

public class ChatThreadPropertiesUpdatedEvent : BaseChatThreadEvent

ChatThreadPropertiesUpdatedEvent for real-time notifications.

Properties

  • The chat thread properties, includes the thread topic.

    Declaration

    Swift

    public var properties: SignalingChatThreadProperties?
  • The timestamp when the thread was updated. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

    Declaration

    Swift

    public var updatedOn: Iso8601Date?
  • The participant that updated the thread.

    Declaration

    Swift

    public var updatedBy: SignalingChatParticipant?