MentionType

data class MentionType(val value: String)

Defines a type of a mention inside the message composer.

By default, only the "user" mention type is defined, which represents user mentions (e.g. "@John Doe"). You can extend this class to define custom mention types if needed.

Parameters

value

The name of the mention type.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard