class ReactionUserManager
extends
CachedManager<Snowflake, User, UserResolvable>export class ReactionUserManager extends CachedManager<Snowflake, User, UserResolvable>
Manages API methods for users who reacted to a reaction and stores their cache.
readonlyCollection<Key, Holds> cache :
The cache of items for this manager.
Inherited from: DataManager
readonlyConstructable<Holds> holds :
The data structure belonging to this manager.
Inherited from: DataManager
MessageReaction reaction :
The reaction that this manager belongs to
fetchoptions?: FetchReactionUsersOptions) : Promise<Collection<Snowflake, User>> (
options?: FetchReactionUsersOptions
Fetches all the users that gave this reaction. Resolves with a collection of users, mapped by their ids.
removeuser?: UserResolvable) : Promise<MessageReaction> (
user?: UserResolvable
Removes a user from this reaction.
Overload 1
Overload 2
Overload 1
Overload 2
valueOfCollection<Key, Holds> () :
Inherited from: DataManager