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)