Discord.https - v3.0.16
    Preparing search index...

    Interface GatewayMessagePollVoteDispatchData

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

    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