matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model.message
/
Mentions
Mentions
@
JsonClass
(
generateAdapter
=
true
)
data
class
Mentions
(
@
Json
(
name
=
"room"
)
val
room
:
Boolean
?
=
null
,
@
Json
(
name
=
"user_ids"
)
val
userIds
:
List
<
String
>
?
=
null
)
Members
Constructors
Mentions
Link copied to clipboard
constructor
(
@
Json
(
name
=
"room"
)
room
:
Boolean
?
=
null
,
@
Json
(
name
=
"user_ids"
)
userIds
:
List
<
String
>
?
=
null
)
Properties
room
Link copied to clipboard
val
room
:
Boolean
?
=
null
user
Ids
Link copied to clipboard
val
userIds
:
List
<
String
>
?
=
null