The message the reaction belongs to.
The raw data of the reaction.
Optional
cache: booleanWhether to cache the reaction.
Readonly
channelThe ID of the channel the message belongs to.
Readonly
clientReadonly
createdThe ID of the user that created the reaction.
Readonly
emoteThe emote of the reaction.
Readonly
idReadonly
messageReadonly
messageThe ID of the message.
Readonly
rawThe server member that created the reaction.
The channel the message belongs to.
Whether the reaction is cached.
The ID of the server the message belongs to.
Fetch the server member that created the reaction.
The fetched server member.
reaction.fetchAuthor();
Optional
options: FetchOptionsThe options to fetch the server member with.
Fetch the server the message belongs to.
The fetched server.
reaction.fetchServer();
Optional
options: FetchOptionsThe options to fetch the server with.
Represents a message reaction on Guilded.
Example