interface FetchPollAnswerVotersOptions

export interface FetchPollAnswerVotersOptions extends BaseFetchPollAnswerVotersOptions

Options used for fetching voters of an answer in a poll.

optional
after? : Snowflake

The user id to fetch voters after

Inherited from: BaseFetchPollAnswerVotersOptions

answerId : number

optional
limit? : number

The maximum number of voters to fetch

Inherited from: BaseFetchPollAnswerVotersOptions

messageId : Snowflake