Description

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.

Hierarchy

  • PollOptionRetrievalParams

Properties

channelType: ChannelType

The channel type of the channel this poll belongs to.

channelUrl: string

The url of the channel this poll belongs to.

pollId: number

The ID of the poll of this option.

pollOptionId: number

The ID of the pollOption to get.

Generated using TypeDoc