PollAnswerCast
data class PollAnswerCast(val messageId: String, val pollId: String, val answer: String) : MessageListViewModel.Event
When the user casts a free-text answer / comment on a poll.
Parameters
messageId
The id of the message that hosts the poll.
pollId
The id of the poll to cast the answer on.
answer
The text of the answer / comment.