Poll Voter List Query Params
data class PollVoterListQueryParams @JvmOverloads constructor(var pollId: Long, var pollOptionId: Long, var channelType: ChannelType, var channelUrl: String, var limit: Int = QUERY_DEFAULT_LIMIT)
Params for creating a PollVoterListQuery object.
Since
4.1.0
See also
Constructors
Link copied to clipboard
constructor(pollId: Long, pollOptionId: Long, channelType: ChannelType, channelUrl: String, limit: Int = QUERY_DEFAULT_LIMIT)