interface GatewayMessagePollVoteDispatchData {
    answer_id: number;
    channel_id: string;
    guild_id?: string;
    message_id: string;
    user_id: string;
}

Properties

answer_id: number

ID of the answer

channel_id: string

ID of the channel

guild_id?: string

ID of the guild

message_id: string

ID of the message

user_id: string

ID of the user