Skip to main content

DiscordPollVoteAdd

@discordeno/bot


Documentation / @discordeno/bot / DiscordPollVoteAdd

Interface: DiscordPollVoteAdd

Defined in: packages/types/dist/types/discord.d.ts:1494

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

Properties

answer_id

answer_id: number

Defined in: packages/types/dist/types/discord.d.ts:1504

ID of the answer.


channel_id

channel_id: string

Defined in: packages/types/dist/types/discord.d.ts:1498

ID of the channel. Usually a snowflake


guild_id?

optional guild_id: string

Defined in: packages/types/dist/types/discord.d.ts:1502

ID of the guild. Usually a snowflake


message_id

message_id: string

Defined in: packages/types/dist/types/discord.d.ts:1500

ID of the message. Usually a snowflake


user_id

user_id: string

Defined in: packages/types/dist/types/discord.d.ts:1496

ID of the user. Usually a snowflake