The message the reaction belongs to.
The raw data of the reaction.
Whether to cache the reaction.
Readonly
channelThe ID of the channel the message belongs to.
Readonly
clientThe client the data model belongs to.
Readonly
createdThe ID of the user that created the reaction.
Readonly
emoteThe emote of the reaction.
Readonly
idThe ID of the structure.
Readonly
messageThe message the reaction belongs to.
Readonly
messageThe ID of the message.
Readonly
rawThe raw data of the reaction.
The 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