Poll List Query Params
data class PollListQueryParams @JvmOverloads constructor(var channelType: ChannelType, var channelUrl: String, var limit: Int = 10)
Params for creating a PollListQuery object.
Since
4.1.0
See also
Properties
Link copied to clipboard
The ChannelType of the channel you want to get polls from.
Link copied to clipboard
The channel url of the channel you want to get polls from.