QuizPoll

fun QuizPoll(    id: PollIdentifier,     question: String,     options: List<PollOption>,     votesCount: Int,     correctOptionId: Int? = null,     text: String? = null,     textSources: List<TextSource> = emptyList(),     isClosed: Boolean = false,     isAnonymous: Boolean = false,     scheduledCloseInfo: ScheduledCloseInfo? = null)