PollAnswer

@Serializable
data class PollAnswer(val pollId: PollIdentifier, val user: User, val chosen: List<Int>) : FromUser

Constructors

Link copied to clipboard
constructor(pollId: PollIdentifier, user: User, chosen: List<Int>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val from: User

The source User of this type

Link copied to clipboard
Link copied to clipboard
open override val user: User