Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class PollState(val selectedPoll: SelectedPoll? = null)

Holds the state of the poll.

Link copied to clipboard
data class SelectedPoll(val poll: Poll, val message: Message, val pollSelectionType: PollSelectionType)