mentions

fun MessageBuilder.mentions(users: Set<UserId>? = mentions?.users, room: Boolean? = mentions?.room)

Add mentions to the message. Can be called multiple times and adds new mentions each time.