JsonMention

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

Properties

Link copied to clipboard
val length: Int? = null

The length of the mention represented in the message. Seems to always be 1 but included here in case that changes.

Link copied to clipboard
val start: Int? = null

The number of characters in that the mention starts at. Note that due to a quirk of how signald encodes JSON, if this value is 0 (for example if the first character in the message is the mention) the field won't show up.

Link copied to clipboard
val uuid: String? = null

The UUID of the account being mentioned