kalium
Toggle table of contents
5e2f516
common
Platform filter
common
Switch theme
Search in API
kalium
persistence
/
com.wire.kalium.persistence.dao.conversation
/
ConversationWithOtherUserNameEntity
Conversation
With
Other
User
Name
Entity
data
class
ConversationWithOtherUserNameEntity
(
val
conversation
:
ConversationEntity
,
val
otherUserName
:
String
?
,
val
selfIsMember
:
Boolean
)
Members
Constructors
Conversation
With
Other
User
Name
Entity
Link copied to clipboard
constructor
(
conversation
:
ConversationEntity
,
otherUserName
:
String
?
,
selfIsMember
:
Boolean
)
Properties
conversation
Link copied to clipboard
val
conversation
:
ConversationEntity
other
User
Name
Link copied to clipboard
val
otherUserName
:
String
?
self
Is
Member
Link copied to clipboard
val
selfIsMember
:
Boolean