PollOptionSuggested

data class PollOptionSuggested(val pollId: String, val option: String) : MessageListViewModel.Event

When the user suggests a new option for a poll.

Parameters

pollId

The id of the poll to add the option to.

option

The text of the option suggested by the user.

Constructors

Link copied to clipboard
constructor(pollId: String, option: String)

Properties

Link copied to clipboard
Link copied to clipboard