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

    Interface PollResultsResponse

    interface PollResultsResponse {
        answer_counts: PollResultsEntryResponse[];
        is_finalized: boolean;
    }
    Index

    Properties

    answer_counts: PollResultsEntryResponse[]

    The counts for each answer

    is_finalized: boolean

    Whether the votes have been precisely counted