trixnity-client
Toggle table of contents
4.15.0
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.room.message
/
mentions
mentions
fun
MessageBuilder
.
mentions
(
vararg
users
:
UserId
,
room
:
Boolean
?
=
mentions?.room
)
fun
MessageBuilder
.
mentions
(
users
:
Set
<
UserId
>
?
=
null
,
room
:
Boolean
?
=
mentions?.room
)
Add mentions to the message. Can be called multiple times and adds new mentions each time.