Mentions

@Serializable
data class Mentions(val users: Set<UserId>? = null, val room: Boolean? = null)

Constructors

Link copied to clipboard
constructor(users: Set<UserId>? = null, room: Boolean? = null)

Properties

Link copied to clipboard
val room: Boolean? = null
Link copied to clipboard
val users: Set<UserId>? = null