DytePollMessage

data class DytePollMessage(val id: String, val question: String, val anonymous: Boolean, val hideVotes: Boolean, val createdBy: String, val options: List<DytePollOption>)

Constructors

Link copied to clipboard
constructor(id: String, question: String, anonymous: Boolean, hideVotes: Boolean, createdBy: String, options: List<DytePollOption>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toMap(): Map<String, Any?>