Poll

constructor(pollId: String, isExpired: Boolean, allowsMultipleChoices: Boolean, votesCount: Long, options: List<PollOption>, emojis: List<Emoji>, expiresAt: Instant? = null, votersCount: Long? = null, hasVoted: Boolean? = null, ownVotes: List<Int>? = null)