ChatThreadDeletedEvent
public class ChatThreadDeletedEvent : BaseChatThreadEvent
ChatThreadDeletedEvent for real-time notifications.
-
The timestamp when the thread was deleted. The timestamp is in RFC3339 format:
yyyy-MM-ddTHH:mm:ssZ
.Declaration
Swift
public var deletedOn: Iso8601Date?
-
The participant that deleted the chat thread.
Declaration
Swift
public var deletedBy: SignalingChatParticipant?