User

data class User(val user: User) : Mention

Represents a user mention inside the message composer.

Parameters

user

The user being mentioned.

Constructors

Link copied to clipboard
constructor(user: User)

Properties

Link copied to clipboard
open override val display: String

The display text of the mention.

Link copied to clipboard
open override val type: MentionType

The type of the mention.

Link copied to clipboard
val user: User