ActivePoll
data class ActivePoll(val id: String, val multiChoice: MultiChoice, val startedAt: String, val status: String, val type: String, val votesCount: Int, val timestampEndedAt: String? = null, val unixTimestampEndedAt: Long)
Constructors
Link copied to clipboard
constructor(id: String, multiChoice: MultiChoice, startedAt: String, status: String, type: String, votesCount: Int, timestampEndedAt: String? = null, unixTimestampEndedAt: Long)