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

    Interface APIPollAnswerCount

    interface APIPollAnswerCount {
        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