interface APIPollResults {
    answer_counts: APIPollAnswerCount[];
    is_finalized: boolean;
}

Properties

answer_counts: APIPollAnswerCount[]

The counts for each answer

is_finalized: boolean

Whether the votes have been precisely counted