QuizPoll
constructor(id: PollId, question: String, textSources: List<TextSource> = emptyList(), options: List<PollOption>, votesCount: Int, correctOptionIds: List<Int>? = null, explanation: String?, explanationTextSources: List<TextSource> = emptyList(), isClosed: Boolean = false, isAnonymous: Boolean = false, allowsMultipleAnswers: Boolean = false, allowsRevoting: Boolean = false, scheduledCloseInfo: ScheduledCloseInfo? = null, descriptionTextSources: List<TextSource> = emptyList(), media: PollMedia? = null, explanationMedia: PollMedia? = null, membersOnly: Boolean = false, countryCodes: List<String>? = null)