text
creator_id
time_start - unix time of start of poll
duration - seconds of poll to be actual
script - dict(?) something what happens after end of a poll
cant_suggest - list of id of people who suggest way inadequate optionds
multi_choice - bool, true if you can choose multiple options
choice_suggestions - bool, true if you can suggest your options
(helping variable, not an attribute) answers - dict {person_id: person_link}
options - dict {option_text: answers}
Attributes:
text creator_id time_start - unix time of start of poll duration - seconds of poll to be actual script - dict(?) something what happens after end of a poll cant_suggest - list of id of people who suggest way inadequate optionds multi_choice - bool, true if you can choose multiple options choice_suggestions - bool, true if you can suggest your options (helping variable, not an attribute) answers - dict {person_id: person_link} options - dict {option_text: answers}