PollOptionRetrievalParams

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

See also

Constructors

Link copied to clipboard
constructor(pollId: Long, pollOptionId: Long, channelType: ChannelType, channelUrl: String)

Properties

Link copied to clipboard

The channel type of the channel this poll belongs to.

Link copied to clipboard

The url of the channel this poll belongs to.

Link copied to clipboard

The ID of the poll of this option.

Link copied to clipboard

The ID of the pollOption to get.