InternalCoreConversation

data class InternalCoreConversation(@Json(name = "conversationId") val identifier: UUID, val participants: List<CoreParticipant>, val startTimestamp: Long = 0)

Constructors

Link copied to clipboard
constructor(@Json(name = "conversationId") identifier: UUID, participants: List<CoreParticipant>, startTimestamp: Long = 0)

Properties

Link copied to clipboard
val identifier: UUID
Link copied to clipboard
Link copied to clipboard
val startTimestamp: Long = 0