Poll

List Answer Voters

GetAPIPollAnswerVoters

Get a list of users that voted for this specific answer.

import { listAnswerVoters } from "dressed";
const answerVoters = await listAnswerVoters(channelId, messageId, answerId, params?);

End Poll

PostAPIPollExpire

Immediately ends the poll. You cannot end polls from other users.

import { endPoll } from "dressed";
await endPoll(channelId, messageId);