kalium
common
persistence
/
com.wire.kalium.persistence.dao.message
/
MessageEntity
/
Mention
Mention
data
class
Mention
(
val
start
:
Int
,
val
length
:
Int
,
val
userId
:
QualifiedIDEntity
)
Members
Constructors
Mention
Link copied to clipboard
constructor
(
start
:
Int
,
length
:
Int
,
userId
:
QualifiedIDEntity
)
Properties
length
Link copied to clipboard
val
length
:
Int
start
Link copied to clipboard
val
start
:
Int
user
Id
Link copied to clipboard
val
userId
:
QualifiedIDEntity