SelectedPoll

data class SelectedPoll(val poll: Poll, val message: Message, val pollSelectionType: PollSelectionType)

Constructors

Link copied to clipboard
constructor(poll: Poll, message: Message, pollSelectionType: PollSelectionType)

Properties

Link copied to clipboard
Link copied to clipboard
val poll: Poll
Link copied to clipboard