Skip to main content

DiscordPollVoteRemove

Documentation


Documentation / @discordeno/types / DiscordPollVoteRemove

Interface: DiscordPollVoteRemove

Defined in: discord/gateway.ts:1060

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

Properties

answer_id

answer_id: number

Defined in: discord/gateway.ts:1070

ID of the answer.


channel_id

channel_id: string

Defined in: discord/gateway.ts:1064

ID of the channel. Usually a snowflake


guild_id?

optional guild_id?: string

Defined in: discord/gateway.ts:1068

ID of the guild. Usually a snowflake


message_id

message_id: string

Defined in: discord/gateway.ts:1066

ID of the message. Usually a snowflake


user_id

user_id: string

Defined in: discord/gateway.ts:1062

ID of the user. Usually a snowflake