DiscordPollVoteRemove
Documentation / @discordeno/bot / DiscordPollVoteRemove
Interface: DiscordPollVoteRemove
Defined in: packages/types/dist/types/discord.d.ts:1507
https://discord.com/developers/docs/events/gateway-events#message-poll-vote-remove
Properties
answer_id
answer_id:
number
Defined in: packages/types/dist/types/discord.d.ts:1517
ID of the answer.
channel_id
channel_id:
string
Defined in: packages/types/dist/types/discord.d.ts:1511
ID of the channel. Usually a snowflake
guild_id?
optional
guild_id:string
Defined in: packages/types/dist/types/discord.d.ts:1515
ID of the guild. Usually a snowflake
message_id
message_id:
string
Defined in: packages/types/dist/types/discord.d.ts:1513
ID of the message. Usually a snowflake
user_id
user_id:
string
Defined in: packages/types/dist/types/discord.d.ts:1509
ID of the user. Usually a snowflake