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
account Guid
the account GUID
character Name
the character name (UTF-16LE encoded)
Throws
if any parameter value does not match its expected shape