PollQuestion

@JsonClass(generateAdapter = true)
data class PollQuestion(@Json(name = "org.matrix.msc1767.text") val unstableQuestion: String? = null, @Json(name = "m.text") val question: String? = null)

Constructors

Link copied to clipboard
fun PollQuestion(@Json(name = "org.matrix.msc1767.text") unstableQuestion: String? = null, @Json(name = "m.text") question: String? = null)

Functions

Link copied to clipboard
fun getBestQuestion(): String?

Properties

Link copied to clipboard
val question: String? = null
Link copied to clipboard
val unstableQuestion: String? = null