Creates a new instance of the MessageReaction class.
The client that instantiated this object.
The data representing the reaction.
Readonly
channelThe ID of the channel where the message was sent.
Readonly
clientReadonly
createdThe ID of the user who created the reaction.
Readonly
emoteThe emote associated with this reaction.
Identifier of this structrure
Readonly
messageThe ID of the message this reaction belongs to.
Bare data of this structure
Readonly
serverThe ID of the server where the reaction was made.
Taken from https://github.com/discordjs/discord.js/blob/8e8d9b490a71de6cabe6f16375d7549a7c5c3737/src/structures/Base.js#L20 Licensed under the Apache License 2.0 https://github.com/discordjs/discord.js/blob/8e8d9b490a71de6cabe6f16375d7549a7c5c3737/LICENSE
Generated using TypeDoc
Represents a reaction to a message.