GW2v2Emote

@Serializable
data class GW2v2Emote(val id: String, val commands: List<String>, val unlockItems: List<GW2ItemId>)

Information about an unlockable emote.

Parameters

id

the emote's ID

commands

the commands that may be used to trigger the emote

unlockItems

the IDs of the items that can be used to unlock the emote

Constructors

Link copied to clipboard
constructor(id: String, commands: List<String>, unlockItems: List<GW2ItemId>)

Properties

Link copied to clipboard

This field holds the commands that may be used to trigger the emote.

Link copied to clipboard
val id: String

This field holds the emote's ID.

Link copied to clipboard
@SerialName(value = "unlock_items")
val unlockItems: List<GW2ItemId>

This field holds the IDs of the items that can be used to unlock the emote.