Mention

@Serializable
data class Mention(val type: String = "mention", val data: MentionData) : Segment

Constructors

Link copied to clipboard
constructor(type: String = "mention", data: MentionData)

Properties

Link copied to clipboard
Link copied to clipboard
open override val type: String