Skip to main content

DiscordPollVoteRemove

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordPollVoteRemove

Interface: DiscordPollVoteRemove

https://discord.com/developers/docs/events/gateway-events#message-poll-vote-remove

Properties

answer_id

answer_id: number

ID of the answer.

Defined in

packages/types/dist/types/discord.d.ts:1514


channel_id

channel_id: string

ID of the channel. Usually a snowflake

Defined in

packages/types/dist/types/discord.d.ts:1508


guild_id?

optional guild_id: string

ID of the guild. Usually a snowflake

Defined in

packages/types/dist/types/discord.d.ts:1512


message_id

message_id: string

ID of the message. Usually a snowflake

Defined in

packages/types/dist/types/discord.d.ts:1510


user_id

user_id: string

ID of the user. Usually a snowflake

Defined in

packages/types/dist/types/discord.d.ts:1506