trixnity-client
3.10.3
common
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.