PollState

data class PollState(val selectedPoll: SelectedPoll? = null)

Holds the state of the poll.

Constructors

Link copied to clipboard
constructor(selectedPoll: SelectedPoll? = null)

Properties

Link copied to clipboard

The more options that should be displayed.