Extended by : BPT\types\types
This object represents an answer of a user in a non-anonymous poll.
| Name | Type | Description | Kind |
|---|---|---|---|
| poll_id | string | Unique poll identifier | normal |
| user | BPT\types\user | The user, who changed the answer to the poll | normal |
| option_ids | int[] | 0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote. | normal |