interface APIPollAnswer {
    answer_id: number;
    poll_media: APIPollMedia;
}

Hierarchy (View Summary)

Properties

answer_id: number

The ID of the answer. Starts at 1 for the first answer and goes up sequentially

poll_media: APIPollMedia

The data of the answer