Parameters for retrieving poll operations.

interface PollRetrievalParams {
    channelType: ChannelType;
    channelUrl: string;
    pollId: number;
}

Properties

channelType: ChannelType

The channel type of the channel containing the poll.

channelUrl: string

The url of the channel containing the poll.

pollId: number

The ID of the poll retrieved from server.