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.

Constructors

Link copied to clipboard
constructor(messageId: String, pollId: String, answer: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard