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.

Constructors

Link copied to clipboard
constructor(message: Message, poll: Poll, option: Option)

Properties

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