Poll Answer
This object represents an answer of a user in a non-anonymous poll.
Parameters
pollId
Unique poll identifier
user
The user, who changed the answer to the poll
optionIds
0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote.
Constructors
PollAnswer
Link copied to clipboard
fun PollAnswer(pollId: String, user: User, optionIds: List<Int> = emptyList())
Content copied to clipboard
Unique poll identifier
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard