poll_answer_t#

struct banana::api::poll_answer_t#

This object represents an answer of a user in a non-anonymous poll.

string_t poll_id#

Unique poll identifier

user_t user#

The user, who changed the answer to the poll

array_t<integer_t> option_ids#

0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote.