@typed-discord/rest
    Preparing search index...

    Interface PollResultsEntryResponse

    interface PollResultsEntryResponse {
        count: number;
        id: number;
        me_voted: boolean;
    }
    Index

    Properties

    Properties

    count: number

    The number of votes for this answer

    id: number

    The answer_id

    me_voted: boolean

    Whether the current user voted for this answer