Dyte Poll Message
data class DytePollMessage(val id: String, val question: String, val anonymous: Boolean, val hideVotes: Boolean, val createdBy: String, val options: List<DytePollOption>, val voted: List<String>)
Dyte poll message which contains the poll details