trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.trixnity.core.model.events.m
/
Mentions
Mentions
@
Serializable
data
class
Mentions
(
val
users
:
Set
<
UserId
>
?
=
null
,
val
room
:
Boolean
?
=
null
)
Members
Constructors
Mentions
Link copied to clipboard
constructor
(
users
:
Set
<
UserId
>
?
=
null
,
room
:
Boolean
?
=
null
)
Properties
room
Link copied to clipboard
val
room
:
Boolean
?
=
null
users
Link copied to clipboard
val
users
:
Set
<
UserId
>
?
=
null