option_ids property

List<int> option_ids
read / write

0-based identifiers of answer options, chosen by the user. User can choose more than 1 answer option only is the poll allows multiple answers.

Implementation

late List<int> option_ids;