create Poll Voter List Query
fun createPollVoterListQuery(pollId: Long, pollOptionId: Long, limit: Int = QUERY_DEFAULT_LIMIT): PollVoterListQuery
Creates a query instance to get the voters of a poll option.
Return
a query instance.
Since
4.5.0
Parameters
poll Id
the id of the Poll to get voter list from.
poll Option Id
the id of the PollOption to get the voter list from.
limit
the maximum number of voters per queried page. Defaults to 20.