Skip to main content
discord.listPollAnswerVoters lists users who selected one answer in a message poll.
automations/discord-list-poll-answer-voters.automation.ts

Inputs

Required answerId, channelId, and poll messageId. Optional after user cursor and limit from 1–100. Optional second argument { account } selects the Discord binding.

Output

Returns DiscordUser[] in Discord’s provider order.

Discord behavior

This action performs one paginated API request. It is not a polling trigger.