Message End Poll Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
Class representing the org.matrix.msc3381.poll.end event content.
Constructors
Link copied to clipboard
fun MessageEndPollContent( msgType: String = MessageType.MSGTYPE_POLL_END, @Json(name = "body" ) body: String = "", @Json(name = "m.new_content" ) newContent: Content? = null, @Json(name = "m.relates_to" ) relatesTo: RelationDefaultContent? = null, @Json(name = "org.matrix.msc1767.text" ) unstableText: String? = null, @Json(name = "m.text" ) text: String? = null)
Content copied to clipboard