ReactionManager

export class ReactionManager extends CachedManager<Snowflake | string, MessageReaction, MessageReactionResolvable>
export class ReactionManager extends CachedManager<Snowflake | string, MessageReaction, MessageReactionResolvable>
Manages API methods for reactions and holds their cache.
The reaction cache of this manager
Readonly
client:Client
The client that instantiated this Manager
Readonly
holds:Constructable<Holds>
The data structure belonging to this manager.
Inherited from DataManager
message:Message
The message that this manager belongs to
removeAll():Promise<Message>
Removes all reactions from a message.
resolve(reaction):MessageReaction
NameTypeOptionalDescription
reactionMessageReactionResolvableNoThe MessageReaction to resolve
resolveId(reaction):Snowflake
NameTypeOptionalDescription
reactionMessageReactionResolvableNoThe MessageReaction to resolve
valueOf():Collection<Key, Holds>