JsonMention

data class JsonMention(uuid: String?, start: Int?, length: Int?)

Properties

length
Link copied to clipboard
common
val length: Int? = null
The length of the mention represented in the message.
start
Link copied to clipboard
common
val start: Int? = null
The number of characters in that the mention starts at.
uuid
Link copied to clipboard
common
val uuid: String? = null
The UUID of the account being mentionedExample: "aeed01f0-a234-478e-8cf7-261c283151e7"