ChatMessage
public struct ChatMessage : Sendable, Hashable
Chat message model.
-
Declaration
Swift
public let user: ChatUser?
-
Declaration
Swift
public let text: String
-
Declaration
Swift
public let sentTime: Date
-
Declaration
Swift
public let thirdPartyParticipantId: Int?
-
Declaration
Swift
public let thirdPartyDeviceId: String?