clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v0.structures
/
JsonMention
common
Json
Mention
data class
JsonMention
(uuid:
String
?, start:
Int
?, length:
Int
?)
Content copied to clipboard
Properties
Properties
length
Link copied to clipboard
common
val
length
:
Int
? = null
Content copied to clipboard
The length of the mention represented in the message.
start
Link copied to clipboard
common
val
start
:
Int
? = null
Content copied to clipboard
The number of characters in that the mention starts at.
uuid
Link copied to clipboard
common
val
uuid
:
String
? = null
Content copied to clipboard
The UUID of the account being mentioned Example: "aeed01f0-a234-478e-8cf7-261c283151e7"