Skip to main content

DiscordPollVoteAdd

Documentation


Documentation / @discordeno/types / DiscordPollVoteAdd

Interface: DiscordPollVoteAdd

Defined in: discord/gateway.ts:1046

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

Properties

answer_id

answer_id: number

Defined in: discord/gateway.ts:1056

ID of the answer.


channel_id

channel_id: string

Defined in: discord/gateway.ts:1050

ID of the channel. Usually a snowflake


guild_id?

optional guild_id?: string

Defined in: discord/gateway.ts:1054

ID of the guild. Usually a snowflake


message_id

message_id: string

Defined in: discord/gateway.ts:1052

ID of the message. Usually a snowflake


user_id

user_id: string

Defined in: discord/gateway.ts:1048

ID of the user. Usually a snowflake