User

data class User @ExperimentalUnsignedTypes constructor(val accountGuid: UByteArray, val characterName: UByteArray) : ChatLink(source)

A link to a user.

User links are - at the time of writing - disabled and cannot be fully tested.

Only the shape of the parameters (e.g. list sizes) is validated and not the actual data (e.g. ID validity).

Since

0.1.0

Parameters

accountGuid

the account GUID

characterName

the character name (UTF-16LE encoded)

Throws

if any parameter value does not match its expected shape

Constructors

Link copied to clipboard
constructor(accountGuid: UByteArray, characterName: UByteArray)

Properties

Link copied to clipboard
@get:JvmName(name = "getAccountGuid")
val accountGuid: UByteArray
Link copied to clipboard
@get:JvmName(name = "getCharacterName")
val characterName: UByteArray

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int