Overview
Properties
Methods
Properties
Methods
getAllFromSet(setId)
Gets all emotes from the list that are from a given emote set.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
setId | number | none |
Return type:
Array<ChatEmote>
getById(id)
Finds a single emote by its ID.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
id | number | none |
Return type:
ChatEmote
|
null