PollOptionUpdated
data class PollOptionUpdated(val message: Message, val poll: Poll, val option: Option) : MessageListViewModel.Event
When the user updates a poll option.
Parameters
message
The message containing the poll.
poll
The poll to be updated.
option
The option to be updated.