pyrobale.objects.poll¶
Classes¶
Module Contents¶
- class pyrobale.objects.poll.Poll(id, question, options, total_voter_count, is_closed, is_anonymous, type, allows_multiple_answers, allows_revoting, members_only, **kwargs)[source]¶
- Parameters:
id (int)
question (str)
options (Union[List[pyrobale.objects.polloption.PollOption], List])
total_voter_count (int)
is_closed (bool)
is_anonymous (bool)
type (str)
allows_multiple_answers (bool)
allows_revoting (bool)
members_only (bool)