Reaction

Reaction

new Reaction(data)

Reaction Object

Source:
Parameters:
Name Type Description
data Object
Name Type Description
serverId String

The ID of the server of the reaction

reaction Object

The reaction object

Name Type Description
channelId String

The ID of the channel of the reaction

messageId String

The ID of the message of the reaction

createdBy String

The ID of the user who created the reaction

emote Object

The emote object

Name Type Description
id String

The ID of the emote

name String

The name of the emote

url String

The URL of the emote

Members

(readonly) channelId :String

The ID of the channel of the reaction

Source:
Type:
  • String

(readonly) createdBy :String

The ID of the user who created the reaction

Source:
Type:
  • String

(readonly) emoteId :String

The emote ID of the reaction

Source:
Type:
  • String

(readonly) emoteName :String

The emote name of the reaction

Source:
Type:
  • String

(readonly) emotePartialUrl :String

The partial url of the emote

Source:
Type:
  • String

(readonly) emoteUrl :String

The full url of the emote

Source:
Type:
  • String

(readonly) messageId :String

The ID of the message of the reaction

Source:
Type:
  • String

(readonly) raw :Object

The raw data of the reaction

Source:
Type:
  • Object

(readonly) serverId :String

The ID of the server of the reaction

Source:
Type:
  • String