The id of the discord.ITextChannel the message resides in.
A partial discord.Emoji instance containing data about the emoji the user reacted with.
The id of the discord.Guild this event occurred in, if any.
Note: will be undefined if the event occurred in a DM channel.
An instance of discord.GuildMember for the user. Requires guildId to present.
Note: will be undefined if the event occurred in a [[discord.DMChannel]].
The id of the discord.Message this event was fired on.
The id of the discord.User that reacted on the message.
Generated using TypeDoc
Common event data for Event.MESSAGE_REACTION_ADD. Passed as a parameter when you register an associated event with discord.on.