Poll Option Retrieval Params
data class PollOptionRetrievalParams(val pollId: Long, val pollOptionId: Long, val channelType: ChannelType, val channelUrl: String)
Parameters for retrieving poll option. A poll option should be specified by the pollId of the poll that the option belongs to and pollOptionId of the option, and the channelUrl of the channel that the poll specified by pollId belongs to.
Since
4.1.0