PollAnswer
@JsonClass(generateAdapter = true)
Content copied to clipboard
Constructors
Link copied to clipboard
fun PollAnswer( @Json(name = "id") id: String? = null, @Json(name = "org.matrix.msc1767.text") unstableAnswer: String? = null, @Json(name = "m.text") answer: String? = null)
Content copied to clipboard