PollVoterListQueryParams

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)

Properties

Link copied to clipboard

The type of the channel that this poll belongs to.

Link copied to clipboard

The url of the channel that this poll belongs to.

Link copied to clipboard
var limit: Int

The maximum number of items per queried page. The default value for limit is 20.

Link copied to clipboard

A unique identifier for the poll which contains this poll option.

Link copied to clipboard

A unique identifier for this poll option.