class PollAnswerVoterManager
extends
CachedManager<Snowflake, User, UserResolvable>export class PollAnswerVoterManager extends CachedManager<Snowflake, User, UserResolvable>
Manages API methods for users who voted on a poll and stores their cache.
PollAnswer answer :
The poll answer that this manager belongs to
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
fetchoptions?: BaseFetchPollAnswerVotersOptions = {}) : Promise<Collection<Snowflake, User>> (
options?: BaseFetchPollAnswerVotersOptions = {}
Fetches the users that voted on this poll answer. Resolves with a collection of users, mapped by their ids.
Overload 1
Overload 2
Overload 1
Overload 2
valueOfCollection<Key, Holds> () :
Inherited from: DataManager