Manages API methods for users who reacted to a reaction and stores their cache.
Extends
CachedManager<Snowflake, User, UserResolvable>The data structure belonging to this manager.
Inherited from DataManagerFetches all the users that gave this reaction. Resolves with a collection of users, mapped by their ids.
Name | Type | Optional | Description |
---|---|---|---|
options | FetchReactionUsersOptions | Yes | Options for fetching the users |
Removes a user from this reaction.
Name | Type | Optional | Description |
---|---|---|---|
user | UserResolvable | Yes | The user to remove the reaction of |
Resolves a data entry to a data Object.
Returns
An instance from this ManagerName | Type | Optional | Description |
---|---|---|---|
idOrInstance | Holds | No | The id or instance of something in this Manager |
Resolves a data entry to an instance id.
Returns
Name | Type | Optional | Description |
---|---|---|---|
idOrInstance | Key | Holds | No | The id or instance of something in this Manager |