ChatThreadCreatedEvent
public class ChatThreadCreatedEvent : BaseChatThreadEvent
ChatThreadCreatedEvent for real-time notifications.
-
The timestamp when the thread was created. The timestamp is in RFC3339 format:
yyyy-MM-ddTHH:mm:ssZ
.Declaration
Swift
public var createdOn: Iso8601Date?
-
ChatThread properties, contains the thread topic.
Declaration
Swift
public var properties: SignalingChatThreadProperties?
-
List of participants currently in the thread.
Declaration
Swift
public var participants: [SignalingChatParticipant]?
-
The participant that created the thread.
Declaration
Swift
public var createdBy: SignalingChatParticipant?