RegularPoll

constructor(    id: PollId,     question: String,     textSources: List<TextSource>,     options: List<PollOption>,     votesCount: Int,     isClosed: Boolean = false,     isAnonymous: Boolean = false,     allowMultipleAnswers: Boolean = false,     scheduledCloseInfo: ScheduledCloseInfo? = null)