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.

valueOf() : Collection<Key, Holds>

Inherited from: DataManager