PollRetrievalParams

data class PollRetrievalParams(var pollId: Long, val channelType: ChannelType, var channelUrl: String)

Parameters for retrieving poll operations. For poll retrieval, pollId, channelType and channelUrl are required and all other members are optional.

Since

4.1.0

See also

Constructors

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

Properties

Link copied to clipboard

The channel type of the channel containing the poll.

Link copied to clipboard

The url of the channel containing the poll.

Link copied to clipboard

The ID of the poll retrieved from server.