LogoAntiRaid

@antiraid-ext/events/discord/MessagePollVoteRemove

API reference for @antiraid-ext/events/discord/MessagePollVoteRemove

@antiraid-ext/events/discord/MessagePollVoteRemove

Functions

onMessagePollVoteRemove

MessagePollVoteRemove

Dispatched when a user removes their vote in a poll.

Function Signature
--- MessagePollVoteRemove
---
--- Dispatched when a user removes their vote in a poll.
function onMessagePollVoteRemove(event: Primitives.Event, callback: (vote: discordGateway.MessagePollVoteRemove) -> ()) end

Arguments

event

Primitives.Event

callback

Function Signature
callback: (vote: discordGateway.MessagePollVoteRemove) -> ()

Arguments

vote

discordGateway.MessagePollVoteRemove

Last updated on