poll_answer_t¶
-
struct banana::api::poll_answer_t¶
This object represents an answer of a user in a non-anonymous poll.
Unique poll identifier
0-based identifiers of chosen answer options. May be empty if the vote was retracted.
-
optional_t<chat_t> voter_chat¶
Optional. The chat that changed the answer to the poll, if the voter is anonymous
-
optional_t<user_t> user¶
Optional. The user that changed the answer to the poll, if the voter isn’t anonymous
-
optional_t<chat_t> voter_chat¶