kalium
Toggle table of contents
034c4e0
common
Platform filter
common
Switch theme
Search in API
kalium
persistence
/
com.wire.kalium.persistence.dao.meeting
/
MeetingParticipantPreviewAssetEntity
Meeting
Participant
Preview
Asset
Entity
data
class
MeetingParticipantPreviewAssetEntity
(
val
conversationId
:
QualifiedIDEntity
,
val
previewAssetId
:
QualifiedIDEntity
?
)
Members
Constructors
Meeting
Participant
Preview
Asset
Entity
Link copied to clipboard
constructor
(
conversationId
:
QualifiedIDEntity
,
previewAssetId
:
QualifiedIDEntity
?
)
Properties
conversation
Id
Link copied to clipboard
val
conversationId
:
QualifiedIDEntity
preview
Asset
Id
Link copied to clipboard
val
previewAssetId
:
QualifiedIDEntity
?