Achievement

data class Achievement(val achievementId: UInt) : ChatLink(source)

A link to an achievement.

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

Since

1.1.0

Parameters

achievementId

the ID of the achievement. (Must be in unsigned 24bit range.)

Throws

if any parameter value does not match its expected shape

Constructors

Link copied to clipboard
constructor(achievementId: UInt)

Properties

Link copied to clipboard
@get:JvmName(name = "getAchievementId")
val achievementId: UInt