Interface PollAnswer

One possible answer to a poll.

interface PollAnswer {
    answer_text: string;
    client_id: string;
}

Properties

answer_text: string

The text describing this answer.

client_id: string

The UUID for this answer.