MessageReaction
classe · Source
Represents a reaction to a message.
Properties
client
readonly
The client that instantiated this message reaction Source
message
The message that this reaction refers to Source
me
Whether the client has given this reaction Source
meBurst
Whether the client has super-reacted using this emoji Source
users
A manager of the users that have given this reaction Source
burstColors
nullable
Hexadecimal colors used for this super reaction Source
count
nullable
The number of people that have given the same reaction Source
countDetails
The reaction count details object contains information about super and normal reaction counts. Source
emoji
readonly
The emoji of this reaction. Either a GuildEmoji object for known custom emojis, or a ReactionEmoji object which has fewer properties. Whatever the prototype of the emoji, it will still have name, id, identifier and toString()Source
partial
readonly
Whether or not this reaction is a partial Source
Methods
remove
async
Removes all users from this reaction. Returns: Promise<MessageReaction>Source
fetch
async
Fetch this reaction. Returns: Promise<MessageReaction>Source