E2EIConversationClientInfoEntity

data class E2EIConversationClientInfoEntity(val userId: QualifiedIDEntity, val mlsGroupId: String, val clientId: String)

Constructors

Link copied to clipboard
constructor(userId: QualifiedIDEntity, mlsGroupId: String, clientId: String)

Properties

Link copied to clipboard
val clientId: String
Link copied to clipboard
val mlsGroupId: String
Link copied to clipboard