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.
answer : PollAnswer
The poll answer that this manager belongs to
readonlycache : Collection<Key, Holds>
The cache of items for this manager.
Inherited from: DataManager
readonlyholds : Constructable<Holds>
The data structure belonging to this manager.
Inherited from: DataManager
fetch(options?: 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
valueOf() : Collection<Key, Holds>
Inherited from: DataManager